#7E3D00

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

Shades of Saddle Brown #7E3D00

Tints of Saddle Brown #7E3D00

Color information

#7E3D00 (or 0x7E3D00) is unknown color: approx Saddle Brown. HEX triplet: 7E, 3D and 00. RGB value is (126,61,0). Sum of RGB (Red+Green+Blue) = 126+61+0=187 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.38% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E3D00 is #81C2FF. Grayscale: #494949. Windows color (decimal): -8504064 or 15742. OLE color: 15742.

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

Color convert

RGB126610-
CMYK00.5210.51
HSL29.05º100%24.71%-
HSV(B)29.05º100%49.41%-
XYZ10.277.770.96-
YUV73.4886.53165.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 67.38%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.38%
G=32.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12661000.5210.5129.0510024.71
Hex7E3D003464331d6419
Octal176750064144633514431
Binary111111011110100110100110010011001111101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,61,0); }

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

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

 a { background-color: rgb(126,61,0); }

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

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

 span { border-color: rgb(126,61,0); }

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