#7A3602

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

Shades of Saddle Brown #7A3602

Tints of Saddle Brown #7A3602

Color information

#7A3602 (or 0x7A3602) is unknown color: approx Saddle Brown. HEX triplet: 7A, 36 and 02. RGB value is (122,54,2). Sum of RGB (Red+Green+Blue) = 122+54+2=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3602 is #85C9FD. Grayscale: #444444. Windows color (decimal): -8767998 or 145018. OLE color: 145018.

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

Color convert

RGB122542-
CMYK00.560.980.52
HSL26º96.77%24.31%-
HSV(B)26º98.36%47.84%-
XYZ9.366.780.87-
YUV68.490.53166.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.54%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=68.54%
G=30.34%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12254200.560.980.522696.7724.31
Hex7A36203862341a6118
Octal172662070142643214130
Binary1111010110110100111000110001011010011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,54,2); }

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

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

 a { background-color: rgb(122,54,2); }

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

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

 span { border-color: rgb(122,54,2); }

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