#CA804F

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

Shades of Raw Sienna #CA804F

Tints of Raw Sienna #CA804F

Color information

#CA804F (or 0xCA804F) is unknown color: approx Raw Sienna. HEX triplet: CA, 80 and 4F. RGB value is (202,128,79). Sum of RGB (Red+Green+Blue) = 202+128+79=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA804F is #357FB0. Grayscale: #909090. Windows color (decimal): -3506097 or 5210314. OLE color: 5210314.

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

Color convert

RGB20212879-
CMYK00.370.610.21
HSL23.9º53.71%55.1%-
HSV(B)23.9º60.89%79.22%-
XYZ33.4928.5611.14-
YUV144.5491.02168.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=49.39%
G=31.30%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021287900.370.610.2123.953.7155.1
HexCA804F0253D15183637
Octal3122001170457525306667
Binary1100101010000000100111101001011111011010111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA804F; }

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

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

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

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

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

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

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

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