#7F3408

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

Shades of Saddle Brown #7F3408

Tints of Saddle Brown #7F3408

Color information

#7F3408 (or 0x7F3408) is unknown color: approx Saddle Brown. HEX triplet: 7F, 34 and 08. RGB value is (127,52,8). Sum of RGB (Red+Green+Blue) = 127+52+8=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3408 is #80CBF7. Grayscale: #454545. Windows color (decimal): -8440824 or 537727. OLE color: 537727.

HSL color Cylindrical-coordinate representation of color #7F3408: hue angle of 22.18º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F3408 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB127528-
CMYK00.590.940.50
HSL22.18º88.15%26.47%-
HSV(B)22.18º93.7%49.8%-
XYZ10.026.991.05-
YUV69.4193.35169.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.91%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=67.91%
G=27.81%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12752800.590.940.5022.1888.1526.47
Hex7F34803B5E3216581a
Octal1776410073136622613032
Binary111111111010010000111011101111011001010110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,52,8); }

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

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

 a { background-color: rgb(127,52,8); }

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

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

 span { border-color: rgb(127,52,8); }

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