#CA8049

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

Shades of Raw Sienna #CA8049

Tints of Raw Sienna #CA8049

Color information

#CA8049 (or 0xCA8049) is unknown color: approx Raw Sienna. HEX triplet: CA, 80 and 49. RGB value is (202,128,73). Sum of RGB (Red+Green+Blue) = 202+128+73=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8049 is #357FB6. Grayscale: #909090. Windows color (decimal): -3506103 or 4817098. OLE color: 4817098.

HSL color Cylindrical-coordinate representation of color #CA8049: hue angle of 25.58º 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 #CA8049 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20212873-
CMYK00.370.640.21
HSL25.58º54.89%53.92%-
HSV(B)25.58º63.86%79.22%-
XYZ33.2828.4810.05-
YUV143.8688.02169.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 73 (28.91% from 255) = 18.11%
R=50.12%
G=31.76%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021287300.370.640.2125.5854.8953.92
HexCA804902540151a3736
Octal31220011104510025326766
Binary11001010100000001001001010010110000001010111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8049; }

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

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

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

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

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

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

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

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