#7E3F01

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

Shades of Saddle Brown #7E3F01

Tints of Saddle Brown #7E3F01

Color information

#7E3F01 (or 0x7E3F01) is unknown color: approx Saddle Brown. HEX triplet: 7E, 3F and 01. RGB value is (126,63,1). Sum of RGB (Red+Green+Blue) = 126+63+1=190 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.32% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3F01 is #81C0FE. Grayscale: #4B4B4B. Windows color (decimal): -8503551 or 81790. OLE color: 81790.

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

Color convert

RGB126631-
CMYK00.500.990.51
HSL29.76º98.43%24.9%-
HSV(B)29.76º99.21%49.41%-
XYZ10.397.991.02-
YUV74.7786.37164.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 66.32%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=66.32%
G=33.16%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12663100.500.990.5129.7698.4324.9
Hex7E3F103263331e6219
Octal176771062143633614231
Binary111111011111110110010110001111001111110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,63,1); }

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

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

 a { background-color: rgb(126,63,1); }

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

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

 span { border-color: rgb(126,63,1); }

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