#7A2F01

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

Shades of Saddle Brown #7A2F01

Tints of Saddle Brown #7A2F01

Color information

#7A2F01 (or 0x7A2F01) is unknown color: approx Saddle Brown. HEX triplet: 7A, 2F and 01. RGB value is (122,47,1). Sum of RGB (Red+Green+Blue) = 122+47+1=170 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.76% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2F01 is #85D0FE. Grayscale: #404040. Windows color (decimal): -8769791 or 77690. OLE color: 77690.

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

Color convert

RGB122471-
CMYK00.610.990.52
HSL22.81º98.37%24.12%-
HSV(B)22.81º99.18%47.84%-
XYZ9.056.170.74-
YUV64.1892.35169.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 71.76%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=71.76%
G=27.65%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12247100.610.990.5222.8198.3724.12
Hex7A2F103D6334176218
Octal172571075143642714230
Binary111101010111110111101110001111010010111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,47,1); }

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

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

 a { background-color: rgb(122,47,1); }

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

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

 span { border-color: rgb(122,47,1); }

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