#CF773F

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

Shades of Raw Sienna #CF773F

Tints of Raw Sienna #CF773F

Color information

#CF773F (or 0xCF773F) is unknown color: approx Raw Sienna. HEX triplet: CF, 77 and 3F. RGB value is (207,119,63). Sum of RGB (Red+Green+Blue) = 207+119+63=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF773F is #3088C0. Grayscale: #8B8B8B. Windows color (decimal): -3180737 or 4159439. OLE color: 4159439.

HSL color Cylindrical-coordinate representation of color #CF773F: hue angle of 23.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF773F is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20711963-
CMYK00.430.700.19
HSL23.33º60%52.94%-
HSV(B)23.33º69.57%81.18%-
XYZ33.2326.828.13-
YUV138.9385.15176.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.21%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 63 (25% from 255) = 16.20%
R=53.21%
G=30.59%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071196300.430.700.1923.336052.94
HexCF773F02B4613173c35
Octal3171677705310623277465
Binary110011111110111111111010101110001101001110111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF773F; }

 p { color: rgb(207,119,63); }

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

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

 a { background-color: rgb(207,119,63); }

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

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

 span { border-color: rgb(207,119,63); }

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