#7F310C

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

Shades of Saddle Brown #7F310C

Tints of Saddle Brown #7F310C

Color information

#7F310C (or 0x7F310C) is unknown color: approx Saddle Brown. HEX triplet: 7F, 31 and 0C. RGB value is (127,49,12). Sum of RGB (Red+Green+Blue) = 127+49+12=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F310C is #80CEF3. Grayscale: #444444. Windows color (decimal): -8441588 or 799103. OLE color: 799103.

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

Color convert

RGB1274912-
CMYK00.610.910.50
HSL19.3º82.73%27.25%-
HSV(B)19.3º90.55%49.8%-
XYZ9.926.741.13-
YUV68.196.34170.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.55%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 12 (5.08% from 255) = 6.38%
R=67.55%
G=26.06%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127491200.610.910.5019.382.7327.25
Hex7F31C03D5B3213531b
Octal1776114075133622312333
Binary111111111000111000111101101101111001010011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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