#7A3502

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

Shades of Saddle Brown #7A3502

Tints of Saddle Brown #7A3502

Color information

#7A3502 (or 0x7A3502) is unknown color: approx Saddle Brown. HEX triplet: 7A, 35 and 02. RGB value is (122,53,2). Sum of RGB (Red+Green+Blue) = 122+53+2=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3502 is #85CAFD. Grayscale: #444444. Windows color (decimal): -8768254 or 144762. OLE color: 144762.

HSL color Cylindrical-coordinate representation of color #7A3502: hue angle of 25.5º 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 #7A3502 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB122532-
CMYK00.570.980.52
HSL25.5º96.77%24.31%-
HSV(B)25.5º98.36%47.84%-
XYZ9.316.690.86-
YUV67.8290.86166.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.93%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=68.93%
G=29.94%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12253200.570.980.5225.596.7724.31
Hex7A35203962341a6118
Octal172652071142643214130
Binary1111010110101100111001110001011010011010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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