#CA8249

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

Shades of Raw Sienna #CA8249

Tints of Raw Sienna #CA8249

Color information

#CA8249 (or 0xCA8249) is unknown color: approx Raw Sienna. HEX triplet: CA, 82 and 49. RGB value is (202,130,73). Sum of RGB (Red+Green+Blue) = 202+130+73=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8249 is #357DB6. Grayscale: #919191. Windows color (decimal): -3505591 or 4817610. OLE color: 4817610.

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

Color convert

RGB20213073-
CMYK00.360.640.21
HSL26.51º54.89%53.92%-
HSV(B)26.51º63.86%79.22%-
XYZ33.542910.13-
YUV145.0387.35168.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 73 (28.91% from 255) = 18.02%
R=49.88%
G=32.10%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021307300.360.640.2126.5154.8953.92
HexCA824902440151b3736
Octal31220211104410025336766
Binary11001010100000101001001010010010000001010111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8249; }

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

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

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

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

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

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

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

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