#7F3102

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

Shades of Saddle Brown #7F3102

Tints of Saddle Brown #7F3102

Color information

#7F3102 (or 0x7F3102) is unknown color: approx Saddle Brown. HEX triplet: 7F, 31 and 02. RGB value is (127,49,2). Sum of RGB (Red+Green+Blue) = 127+49+2=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3102 is #80CEFD. Grayscale: #434343. Windows color (decimal): -8441598 or 143743. OLE color: 143743.

HSL color Cylindrical-coordinate representation of color #7F3102: hue angle of 22.56º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F3102 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB127492-
CMYK00.610.980.50
HSL22.56º96.9%25.29%-
HSV(B)22.56º98.43%49.8%-
XYZ9.866.710.83-
YUV66.9691.34170.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 71.35%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=71.35%
G=27.53%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12749200.610.980.5022.5696.925.29
Hex7F31203D6232176119
Octal177612075142622714131
Binary1111111110001100111101110001011001010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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