#7F340C

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

Shades of Saddle Brown #7F340C

Tints of Saddle Brown #7F340C

Color information

#7F340C (or 0x7F340C) is unknown color: approx Saddle Brown. HEX triplet: 7F, 34 and 0C. RGB value is (127,52,12). Sum of RGB (Red+Green+Blue) = 127+52+12=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F340C is #80CBF3. Grayscale: #464646. Windows color (decimal): -8440820 or 799871. OLE color: 799871.

HSL color Cylindrical-coordinate representation of color #7F340C: hue angle of 20.87º degrees, saturation: 0.83, 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 #7F340C is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1275212-
CMYK00.590.910.50
HSL20.87º82.73%27.25%-
HSV(B)20.87º90.55%49.8%-
XYZ10.056.991.17-
YUV69.8695.35168.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 66.49%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=66.49%
G=27.23%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127521200.590.910.5020.8782.7327.25
Hex7F34C03B5B3215531b
Octal1776414073133622512333
Binary111111111010011000111011101101111001010101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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