#CD804A

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

Shades of Raw Sienna #CD804A

Tints of Raw Sienna #CD804A

Color information

#CD804A (or 0xCD804A) is unknown color: approx Raw Sienna. HEX triplet: CD, 80 and 4A. RGB value is (205,128,74). Sum of RGB (Red+Green+Blue) = 205+128+74=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD804A is #327FB5. Grayscale: #919191. Windows color (decimal): -3309494 or 4882637. OLE color: 4882637.

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

Color convert

RGB20512874-
CMYK00.380.640.20
HSL24.73º56.71%54.71%-
HSV(B)24.73º63.9%80.39%-
XYZ34.1328.9110.26-
YUV144.8788.01170.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.37%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=50.37%
G=31.45%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051287400.380.640.2024.7356.7154.71
HexCD804A0264014193937
Octal31520011204610024317167
Binary11001101100000001001010010011010000001010011001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD804A; }

 p { color: rgb(205,128,74); }

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

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

 a { background-color: rgb(205,128,74); }

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

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

 span { border-color: rgb(205,128,74); }

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