#7A2D00

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

Shades of Saddle Brown #7A2D00

Tints of Saddle Brown #7A2D00

Color information

#7A2D00 (or 0x7A2D00) is unknown color: approx Saddle Brown. HEX triplet: 7A, 2D and 00. RGB value is (122,45,0). Sum of RGB (Red+Green+Blue) = 122+45+0=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2D00 is #85D2FF. Grayscale: #3F3F3F. Windows color (decimal): -8770304 or 11642. OLE color: 11642.

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

Color convert

RGB122450-
CMYK00.6310.52
HSL22.13º100%23.92%-
HSV(B)22.13º100%47.84%-
XYZ8.966.010.69-
YUV62.8992.51170.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.05%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.05%
G=26.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12245000.6310.5222.1310023.92
Hex7A2D003F6434166418
Octal172550077144642614430
Binary111101010110100111111110010011010010110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,45,0); }

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

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

 a { background-color: rgb(122,45,0); }

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

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

 span { border-color: rgb(122,45,0); }

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