#7F3A01

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

Shades of Saddle Brown #7F3A01

Tints of Saddle Brown #7F3A01

Color information

#7F3A01 (or 0x7F3A01) is unknown color: approx Saddle Brown. HEX triplet: 7F, 3A and 01. RGB value is (127,58,1). Sum of RGB (Red+Green+Blue) = 127+58+1=186 (24% of max value = 765). Red value is 127 (50% from 255 or 68.28% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3A01 is #80C5FE. Grayscale: #484848. Windows color (decimal): -8439295 or 80511. OLE color: 80511.

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

Color convert

RGB127581-
CMYK00.540.990.50
HSL27.14º98.44%25.1%-
HSV(B)27.14º99.21%49.8%-
XYZ10.277.540.94-
YUV72.1387.86167.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 68.28%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=68.28%
G=31.18%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12758100.540.990.5027.1498.4425.1
Hex7F3A103663321b6219
Octal177721066143623314231
Binary111111111101010110110110001111001011011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,58,1); }

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

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

 a { background-color: rgb(127,58,1); }

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

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

 span { border-color: rgb(127,58,1); }

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