#7F4101

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

Shades of Saddle Brown #7F4101

Tints of Saddle Brown #7F4101

Color information

#7F4101 (or 0x7F4101) is unknown color: approx Saddle Brown. HEX triplet: 7F, 41 and 01. RGB value is (127,65,1). Sum of RGB (Red+Green+Blue) = 127+65+1=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4101 is #80BEFE. Grayscale: #4C4C4C. Windows color (decimal): -8437503 or 82303. OLE color: 82303.

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

Color convert

RGB127651-
CMYK00.490.990.50
HSL30.48º98.44%25.1%-
HSV(B)30.48º99.21%49.8%-
XYZ10.658.291.07-
YUV76.2485.54164.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.80%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=65.80%
G=33.68%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12765100.490.990.5030.4898.4425.1
Hex7F41103163321e6219
Octal1771011061143623614231
Binary1111111100000110110001110001111001011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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