#CA8251

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

Shades of Raw Sienna #CA8251

Tints of Raw Sienna #CA8251

Color information

#CA8251 (or 0xCA8251) is unknown color: approx Raw Sienna. HEX triplet: CA, 82 and 51. RGB value is (202,130,81). Sum of RGB (Red+Green+Blue) = 202+130+81=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8251 is #357DAE. Grayscale: #929292. Windows color (decimal): -3505583 or 5341898. OLE color: 5341898.

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

Color convert

RGB20213081-
CMYK00.360.600.21
HSL24.3º53.3%55.49%-
HSV(B)24.3º59.9%79.22%-
XYZ33.8229.1211.62-
YUV145.9491.35167.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=48.91%
G=31.48%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021308100.360.600.2124.353.355.49
HexCA82510243C15183537
Octal3122021210447425306567
Binary1100101010000010101000101001001111001010111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8251; }

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

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

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

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

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

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

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

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