#CD7A45

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

Shades of Raw Sienna #CD7A45

Tints of Raw Sienna #CD7A45

Color information

#CD7A45 (or 0xCD7A45) is unknown color: approx Raw Sienna. HEX triplet: CD, 7A and 45. RGB value is (205,122,69). Sum of RGB (Red+Green+Blue) = 205+122+69=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A45 is #3285BA. Grayscale: #8D8D8D. Windows color (decimal): -3311035 or 4553421. OLE color: 4553421.

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

Color convert

RGB20512269-
CMYK00.400.660.20
HSL23.38º57.63%53.73%-
HSV(B)23.38º66.34%80.39%-
XYZ33.2127.339.15-
YUV140.7887.5173.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 122 (48.05% from 255) = 30.81%
BLUE value IS 69 (27.34% from 255) = 17.42%
R=51.77%
G=30.81%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051226900.400.660.2023.3857.6353.73
HexCD7A450284214173a36
Octal31517210505010224277266
Binary1100110111110101000101010100010000101010010111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A45; }

 p { color: rgb(205,122,69); }

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

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

 a { background-color: rgb(205,122,69); }

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

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

 span { border-color: rgb(205,122,69); }

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