#7F360F

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

Shades of Saddle Brown #7F360F

Tints of Saddle Brown #7F360F

Color information

#7F360F (or 0x7F360F) is unknown color: approx Saddle Brown. HEX triplet: 7F, 36 and 0F. RGB value is (127,54,15). Sum of RGB (Red+Green+Blue) = 127+54+15=196 (25% of max value = 765). Red value is 127 (50% from 255 or 64.80% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 127 - color contains mainly: red. Hex color #7F360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F360F is #80C9F0. Grayscale: #474747. Windows color (decimal): -8440305 or 996991. OLE color: 996991.

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

Color convert

RGB1275415-
CMYK00.570.880.50
HSL20.89º78.87%27.84%-
HSV(B)20.89º88.19%49.8%-
XYZ10.167.181.3-
YUV71.3896.18167.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.80%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 15 (6.25% from 255) = 7.65%
R=64.80%
G=27.55%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127541500.570.880.5020.8978.8727.84
Hex7F36F0395832154f1c
Octal1776617071130622511734
Binary111111111011011110111001101100011001010101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,54,15); }

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

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

 a { background-color: rgb(127,54,15); }

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

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

 span { border-color: rgb(127,54,15); }

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