#CA814F

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

Shades of Raw Sienna #CA814F

Tints of Raw Sienna #CA814F

Color information

#CA814F (or 0xCA814F) is unknown color: approx Raw Sienna. HEX triplet: CA, 81 and 4F. RGB value is (202,129,79). Sum of RGB (Red+Green+Blue) = 202+129+79=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA814F is #357EB0. Grayscale: #919191. Windows color (decimal): -3505841 or 5210570. OLE color: 5210570.

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

Color convert

RGB20212979-
CMYK00.360.610.21
HSL24.39º53.71%55.1%-
HSV(B)24.39º60.89%79.22%-
XYZ33.6228.8211.19-
YUV145.1390.68168.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 79 (31.25% from 255) = 19.27%
R=49.27%
G=31.46%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021297900.360.610.2124.3953.7155.1
HexCA814F0243D15183637
Octal3122011170447525306667
Binary1100101010000001100111101001001111011010111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA814F; }

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

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

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

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

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

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

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

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