#CF814F

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

Shades of Raw Sienna #CF814F

Tints of Raw Sienna #CF814F

Color information

#CF814F (or 0xCF814F) is unknown color: approx Raw Sienna. HEX triplet: CF, 81 and 4F. RGB value is (207,129,79). Sum of RGB (Red+Green+Blue) = 207+129+79=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF814F is #307EB0. Grayscale: #929292. Windows color (decimal): -3178161 or 5210575. OLE color: 5210575.

HSL color Cylindrical-coordinate representation of color #CF814F: hue angle of 23.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF814F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20712979-
CMYK00.380.620.19
HSL23.44º57.14%56.08%-
HSV(B)23.44º61.84%81.18%-
XYZ34.9929.5311.25-
YUV146.6289.84171.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=49.88%
G=31.08%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071297900.380.620.1923.4457.1456.08
HexCF814F0263E13173938
Octal3172011170467623277170
Binary1100111110000001100111101001101111101001110111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF814F; }

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

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

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

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

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

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

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

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