#7F3E05

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

Shades of Saddle Brown #7F3E05

Tints of Saddle Brown #7F3E05

Color information

#7F3E05 (or 0x7F3E05) is unknown color: approx Saddle Brown. HEX triplet: 7F, 3E and 05. RGB value is (127,62,5). Sum of RGB (Red+Green+Blue) = 127+62+5=194 (25% of max value = 765). Red value is 127 (50% from 255 or 65.46% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3E05 is #80C1FA. Grayscale: #4B4B4B. Windows color (decimal): -8438267 or 343679. OLE color: 343679.

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

Color convert

RGB127625-
CMYK00.510.960.50
HSL28.03º92.42%25.88%-
HSV(B)28.03º96.06%49.8%-
XYZ10.57.971.13-
YUV74.9488.53165.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.46%
GREEN value IS 62 (24.61% from 255) = 31.96%
BLUE value IS 5 (2.34% from 255) = 2.58%
R=65.46%
G=31.96%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12762500.510.960.5028.0392.4225.88
Hex7F3E503360321c5c1a
Octal177765063140623413432
Binary11111111111101010110011110000011001011100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,62,5); }

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

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

 a { background-color: rgb(127,62,5); }

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

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

 span { border-color: rgb(127,62,5); }

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