#7E3601

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

Shades of Saddle Brown #7E3601

Tints of Saddle Brown #7E3601

Color information

#7E3601 (or 0x7E3601) is unknown color: approx Saddle Brown. HEX triplet: 7E, 36 and 01. RGB value is (126,54,1). Sum of RGB (Red+Green+Blue) = 126+54+1=181 (23% of max value = 765). Red value is 126 (49.61% from 255 or 69.61% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3601 is #81C9FE. Grayscale: #454545. Windows color (decimal): -8505855 or 79486. OLE color: 79486.

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

Color convert

RGB126541-
CMYK00.570.990.51
HSL25.44º98.43%24.9%-
HSV(B)25.44º99.21%49.41%-
XYZ9.937.080.87-
YUV69.4989.35168.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 69.61%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=69.61%
G=29.83%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12654100.570.990.5125.4498.4324.9
Hex7E3610396333196219
Octal176661071143633114231
Binary111111011011010111001110001111001111001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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