#CA8254

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

Shades of Raw Sienna #CA8254

Tints of Raw Sienna #CA8254

Color information

#CA8254 (or 0xCA8254) is unknown color: approx Raw Sienna. HEX triplet: CA, 82 and 54. RGB value is (202,130,84). Sum of RGB (Red+Green+Blue) = 202+130+84=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8254 is #357DAB. Grayscale: #929292. Windows color (decimal): -3505580 or 5538506. OLE color: 5538506.

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

Color convert

RGB20213084-
CMYK00.360.580.21
HSL23.39º52.68%56.08%-
HSV(B)23.39º58.42%79.22%-
XYZ33.9429.1612.23-
YUV146.2892.85167.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=48.56%
G=31.25%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021308400.360.580.2123.3952.6856.08
HexCA82540243A15173538
Octal3122021240447225276570
Binary1100101010000010101010001001001110101010110111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8254; }

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

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

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

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

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

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

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

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