#CA854C

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

Shades of Raw Sienna #CA854C

Tints of Raw Sienna #CA854C

Color information

#CA854C (or 0xCA854C) is unknown color: approx Raw Sienna. HEX triplet: CA, 85 and 4C. RGB value is (202,133,76). Sum of RGB (Red+Green+Blue) = 202+133+76=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA854C is #357AB3. Grayscale: #939393. Windows color (decimal): -3504820 or 5014986. OLE color: 5014986.

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

Color convert

RGB20213376-
CMYK00.340.620.21
HSL27.14º54.31%54.51%-
HSV(B)27.14º62.38%79.22%-
XYZ34.0529.8510.81-
YUV147.1387.86167.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 76 (30.08% from 255) = 18.49%
R=49.15%
G=32.36%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021337600.340.620.2127.1454.3154.51
HexCA854C0223E151b3637
Octal3122051140427625336667
Binary1100101010000101100110001000101111101010111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA854C; }

 p { color: rgb(202,133,76); }

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

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

 a { background-color: rgb(202,133,76); }

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

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

 span { border-color: rgb(202,133,76); }

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