#CA814B

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

Shades of Raw Sienna #CA814B

Tints of Raw Sienna #CA814B

Color information

#CA814B (or 0xCA814B) is unknown color: approx Raw Sienna. HEX triplet: CA, 81 and 4B. RGB value is (202,129,75). Sum of RGB (Red+Green+Blue) = 202+129+75=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA814B is #357EB4. Grayscale: #909090. Windows color (decimal): -3505845 or 4948426. OLE color: 4948426.

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

Color convert

RGB20212975-
CMYK00.360.630.21
HSL25.51º54.51%54.31%-
HSV(B)25.51º62.87%79.22%-
XYZ33.4828.7710.44-
YUV144.6788.68168.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 75 (29.69% from 255) = 18.47%
R=49.75%
G=31.77%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021297500.360.630.2125.5154.5154.31
HexCA814B0243F151a3736
Octal3122011130447725326766
Binary1100101010000001100101101001001111111010111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA814B; }

 p { color: rgb(202,129,75); }

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

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

 a { background-color: rgb(202,129,75); }

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

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

 span { border-color: rgb(202,129,75); }

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