#cd7542

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

Shades of Raw Sienna #CD7542

Tints of Raw Sienna #CD7542

Color information

#CD7542 (or 0xCD7542) is unknown color: approx Raw Sienna. HEX triplet: CD, 75 and 42. RGB value is (205,117,66). Sum of RGB (Red+Green+Blue) = 205+117+66=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7542 is #328ABD. Grayscale: #898989. Windows color (decimal): -3312318 or 4355533. OLE color: 4355533.

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

Color convert

RGB20511766-
CMYK00.430.680.20
HSL22.01º58.16%53.14%-
HSV(B)22.01º67.8%80.39%-
XYZ32.5226.18.48-
YUV137.587.65176.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.84%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 66 (26.17% from 255) = 17.01%
R=52.84%
G=30.15%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051176600.430.680.2022.0158.1653.14
HexCD754202B4414163a35
Octal31516510205310424267265
Binary1100110111101011000010010101110001001010010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7542; }

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

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

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

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

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

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

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

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