#7F2F03

Color #7F2F03 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #7F2F03

Tints of Saddle Brown #7F2F03

Color information

#7F2F03 (or 0x7F2F03) is unknown color: approx Saddle Brown. HEX triplet: 7F, 2F and 03. RGB value is (127,47,3). Sum of RGB (Red+Green+Blue) = 127+47+3=177 (23% of max value = 765). Red value is 127 (50% from 255 or 71.75% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2F03 is #80D0FC. Grayscale: #424242. Windows color (decimal): -8442109 or 208767. OLE color: 208767.

HSL color Cylindrical-coordinate representation of color #7F2F03: hue angle of 21.29º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F2F03 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB127473-
CMYK00.630.980.50
HSL21.29º95.38%25.49%-
HSV(B)21.29º97.64%49.8%-
XYZ9.796.550.83-
YUV65.992.5171.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 71.75%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=71.75%
G=26.55%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12747300.630.980.5021.2995.3825.49
Hex7F2F303F6232155f19
Octal177573077142622513731
Binary1111111101111110111111110001011001010101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2F03; }

 p { color: rgb(127,47,3); }

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

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

 a { background-color: rgb(127,47,3); }

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

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

 span { border-color: rgb(127,47,3); }

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