#CD7942

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

Shades of Raw Sienna #CD7942

Tints of Raw Sienna #CD7942

Color information

#CD7942 (or 0xCD7942) is unknown color: approx Raw Sienna. HEX triplet: CD, 79 and 42. RGB value is (205,121,66). Sum of RGB (Red+Green+Blue) = 205+121+66=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7942 is #3286BD. Grayscale: #8C8C8C. Windows color (decimal): -3311294 or 4356557. OLE color: 4356557.

HSL color Cylindrical-coordinate representation of color #CD7942: hue angle of 23.74º 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 #CD7942 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20512166-
CMYK00.410.680.20
HSL23.74º58.16%53.14%-
HSV(B)23.74º67.8%80.39%-
XYZ3327.058.64-
YUV139.8586.33174.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.30%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 66 (26.17% from 255) = 16.84%
R=52.30%
G=30.87%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051216600.410.680.2023.7458.1653.14
HexCD79420294414183a35
Octal31517110205110424307265
Binary1100110111110011000010010100110001001010011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7942; }

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

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

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

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

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

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

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

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