#CA8252

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

Shades of Raw Sienna #CA8252

Tints of Raw Sienna #CA8252

Color information

#CA8252 (or 0xCA8252) is unknown color: approx Raw Sienna. HEX triplet: CA, 82 and 52. RGB value is (202,130,82). Sum of RGB (Red+Green+Blue) = 202+130+82=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8252 is #357DAD. Grayscale: #929292. Windows color (decimal): -3505582 or 5407434. OLE color: 5407434.

HSL color Cylindrical-coordinate representation of color #CA8252: hue angle of 24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA8252 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20213082-
CMYK00.360.590.21
HSL24º53.1%55.69%-
HSV(B)24º59.41%79.22%-
XYZ33.8629.1311.82-
YUV146.0691.85167.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=48.79%
G=31.40%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021308200.360.590.212453.155.69
HexCA82520243B15183538
Octal3122021220447325306570
Binary1100101010000010101001001001001110111010111000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8252; }

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

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

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

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

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

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

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

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