#7A3704

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

Shades of Saddle Brown #7A3704

Tints of Saddle Brown #7A3704

Color information

#7A3704 (or 0x7A3704) is unknown color: approx Saddle Brown. HEX triplet: 7A, 37 and 04. RGB value is (122,55,4). Sum of RGB (Red+Green+Blue) = 122+55+4=181 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.40% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3704 is #85C8FB. Grayscale: #454545. Windows color (decimal): -8767740 or 276346. OLE color: 276346.

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

Color convert

RGB122554-
CMYK00.550.970.52
HSL25.93º93.65%24.71%-
HSV(B)25.93º96.72%47.84%-
XYZ9.416.880.95-
YUV69.2291.2165.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.40%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=67.40%
G=30.39%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12255400.550.970.5225.9393.6524.71
Hex7A37403761341a5e19
Octal172674067141643213631
Binary11110101101111000110111110000111010011010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,55,4); }

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

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

 a { background-color: rgb(122,55,4); }

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

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

 span { border-color: rgb(122,55,4); }

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