#7A3908

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

Shades of Saddle Brown #7A3908

Tints of Saddle Brown #7A3908

Color information

#7A3908 (or 0x7A3908) is unknown color: approx Saddle Brown. HEX triplet: 7A, 39 and 08. RGB value is (122,57,8). Sum of RGB (Red+Green+Blue) = 122+57+8=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3908 is #85C6F7. Grayscale: #474747. Windows color (decimal): -8767224 or 539002. OLE color: 539002.

HSL color Cylindrical-coordinate representation of color #7A3908: hue angle of 25.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A3908 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB122578-
CMYK00.530.930.52
HSL25.79º87.69%25.49%-
HSV(B)25.79º93.44%47.84%-
XYZ9.537.081.09-
YUV70.8592.53164.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.24%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=65.24%
G=30.48%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12257800.530.930.5225.7987.6925.49
Hex7A3980355D341a5819
Octal1727110065135643213031
Binary111101011100110000110101101110111010011010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,57,8); }

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

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

 a { background-color: rgb(122,57,8); }

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

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

 span { border-color: rgb(122,57,8); }

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