#CD7C42

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

Shades of Raw Sienna #CD7C42

Tints of Raw Sienna #CD7C42

Color information

#CD7C42 (or 0xCD7C42) is unknown color: approx Raw Sienna. HEX triplet: CD, 7C and 42. RGB value is (205,124,66). Sum of RGB (Red+Green+Blue) = 205+124+66=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7C42 is #3283BD. Grayscale: #8D8D8D. Windows color (decimal): -3310526 or 4357325. OLE color: 4357325.

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

Color convert

RGB20512466-
CMYK00.400.680.20
HSL25.04º58.16%53.14%-
HSV(B)25.04º67.8%80.39%-
XYZ33.3727.798.76-
YUV141.6185.34173.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=51.90%
G=31.39%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051246600.400.680.2025.0458.1653.14
HexCD7C420284414193a35
Octal31517410205010424317265
Binary1100110111111001000010010100010001001010011001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7C42; }

 p { color: rgb(205,124,66); }

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

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

 a { background-color: rgb(205,124,66); }

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

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

 span { border-color: rgb(205,124,66); }

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