#7D2E04

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

Shades of Saddle Brown #7D2E04

Tints of Saddle Brown #7D2E04

Color information

#7D2E04 (or 0x7D2E04) is unknown color: approx Saddle Brown. HEX triplet: 7D, 2E and 04. RGB value is (125,46,4). Sum of RGB (Red+Green+Blue) = 125+46+4=175 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.43% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2E04 is #82D1FB. Grayscale: #414141. Windows color (decimal): -8573436 or 274045. OLE color: 274045.

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

Color convert

RGB125464-
CMYK00.630.970.51
HSL20.83º93.8%25.29%-
HSV(B)20.83º96.8%49.02%-
XYZ9.466.320.84-
YUV64.8393.67170.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 71.43%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=71.43%
G=26.29%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12546400.630.970.5120.8393.825.29
Hex7D2E403F6133155e19
Octal175564077141632513631
Binary11111011011101000111111110000111001110101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,46,4); }

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

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

 a { background-color: rgb(125,46,4); }

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

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

 span { border-color: rgb(125,46,4); }

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