#7D3D09

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

Shades of Saddle Brown #7D3D09

Tints of Saddle Brown #7D3D09

Color information

#7D3D09 (or 0x7D3D09) is unknown color: approx Saddle Brown. HEX triplet: 7D, 3D and 09. RGB value is (125,61,9). Sum of RGB (Red+Green+Blue) = 125+61+9=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3D09 is #82C2F6. Grayscale: #4A4A4A. Windows color (decimal): -8569591 or 605565. OLE color: 605565.

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

Color convert

RGB125619-
CMYK00.510.930.51
HSL26.9º86.57%26.27%-
HSV(B)26.9º92.8%49.02%-
XYZ10.187.721.21-
YUV74.2191.2164.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 64.10%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 9 (3.91% from 255) = 4.62%
R=64.10%
G=31.28%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12561900.510.930.5126.986.5726.27
Hex7D3D90335D331b571a
Octal1757511063135633312732
Binary111110111110110010110011101110111001111011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,61,9); }

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

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

 a { background-color: rgb(125,61,9); }

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

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

 span { border-color: rgb(125,61,9); }

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