#CD8252

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

Shades of Raw Sienna #CD8252

Tints of Raw Sienna #CD8252

Color information

#CD8252 (or 0xCD8252) is unknown color: approx Raw Sienna. HEX triplet: CD, 82 and 52. RGB value is (205,130,82). Sum of RGB (Red+Green+Blue) = 205+130+82=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8252 is #327DAD. Grayscale: #939393. Windows color (decimal): -3308974 or 5407437. OLE color: 5407437.

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

Color convert

RGB20513082-
CMYK00.370.60.20
HSL23.41º55.16%56.27%-
HSV(B)23.41º60%80.39%-
XYZ34.6829.5511.86-
YUV146.9591.35169.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.16%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=49.16%
G=31.18%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051308200.370.60.2023.4155.1656.27
HexCD82520253C14173738
Octal3152021220457424276770
Binary1100110110000010101001001001011111001010010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8252; }

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

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

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

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

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

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

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

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