#CD735C

Color #CD735C Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #CD735C

Tints of Japonica #CD735C

Color information

#CD735C (or 0xCD735C) is unknown color: approx Japonica. HEX triplet: CD, 73 and 5C. RGB value is (205,115,92). Sum of RGB (Red+Green+Blue) = 205+115+92=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD735C is #328CA3. Grayscale: #8B8B8B. Windows color (decimal): -3312804 or 6058957. OLE color: 6058957.

HSL color Cylindrical-coordinate representation of color #CD735C: hue angle of 12.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD735C is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20511592-
CMYK00.440.550.20
HSL12.21º53.05%58.24%-
HSV(B)12.21º55.12%80.39%-
XYZ33.2426.0113.39-
YUV139.29101.32174.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=49.76%
G=27.91%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051159200.440.550.2012.2153.0558.24
HexCD735C02C3714c353a
Octal3151631340546724146572
Binary11001101111001110111000101100110111101001100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD735C; }

 p { color: rgb(205,115,92); }

 H1.HeaderClassName
 {
   color: #CD735C;
 }
 .AnyTagClassName
 {
   color: #CD735C;
 }
</style>
background-color css

<style>
 a { background-color: #CD735C; }

 a { background-color: rgb(205,115,92); }

 div.DivClassName
 {
   background-color: #CD735C;
 }
 .BgClassName
 {
   background-color: #CD735C;
 }
</style>
border-color css

<style>
 span { border-color: #CD735C; }

 span { border-color: rgb(205,115,92); }

 td.TdClassName
 {
   border-color: #CD735C;
 }
 .TagClassName
 {
   border-color: #CD735C;
 }
</style>