#7F330B

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

Shades of Saddle Brown #7F330B

Tints of Saddle Brown #7F330B

Color information

#7F330B (or 0x7F330B) is unknown color: approx Saddle Brown. HEX triplet: 7F, 33 and 0B. RGB value is (127,51,11). Sum of RGB (Red+Green+Blue) = 127+51+11=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F330B is #80CCF4. Grayscale: #454545. Windows color (decimal): -8441077 or 734079. OLE color: 734079.

HSL color Cylindrical-coordinate representation of color #7F330B: hue angle of 20.69º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F330B is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1275111-
CMYK00.600.910.50
HSL20.69º84.06%27.06%-
HSV(B)20.69º91.34%49.8%-
XYZ106.91.12-
YUV69.1695.18169.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.20%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=67.20%
G=26.98%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127511100.600.910.5020.6984.0627.06
Hex7F33B03C5B3215541b
Octal1776313074133622512433
Binary111111111001110110111100101101111001010101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,51,11); }

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

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

 a { background-color: rgb(127,51,11); }

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

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

 span { border-color: rgb(127,51,11); }

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