#CD824D

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

Shades of Raw Sienna #CD824D

Tints of Raw Sienna #CD824D

Color information

#CD824D (or 0xCD824D) is unknown color: approx Raw Sienna. HEX triplet: CD, 82 and 4D. RGB value is (205,130,77). Sum of RGB (Red+Green+Blue) = 205+130+77=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD824D is #327DB2. Grayscale: #929292. Windows color (decimal): -3308979 or 5079757. OLE color: 5079757.

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

Color convert

RGB20513077-
CMYK00.370.620.20
HSL24.84º56.14%55.29%-
HSV(B)24.84º62.44%80.39%-
XYZ34.529.4810.89-
YUV146.3888.85169.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=49.76%
G=31.55%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051307700.370.620.2024.8456.1455.29
HexCD824D0253E14193837
Octal3152021150457624317067
Binary1100110110000010100110101001011111101010011001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD824D; }

 p { color: rgb(205,130,77); }

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

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

 a { background-color: rgb(205,130,77); }

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

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

 span { border-color: rgb(205,130,77); }

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