#7A3203

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

Shades of Saddle Brown #7A3203

Tints of Saddle Brown #7A3203

Color information

#7A3203 (or 0x7A3203) is unknown color: approx Saddle Brown. HEX triplet: 7A, 32 and 03. RGB value is (122,50,3). Sum of RGB (Red+Green+Blue) = 122+50+3=175 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3203 is #85CDFC. Grayscale: #424242. Windows color (decimal): -8769021 or 209530. OLE color: 209530.

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

Color convert

RGB122503-
CMYK00.590.980.52
HSL23.7º95.2%24.51%-
HSV(B)23.7º97.54%47.84%-
XYZ9.186.430.84-
YUV66.1792.35167.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 69.71%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=69.71%
G=28.57%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12250300.590.980.5223.795.224.51
Hex7A32303B6234185f19
Octal172623073142643013731
Binary1111010110010110111011110001011010011000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,50,3); }

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

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

 a { background-color: rgb(122,50,3); }

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

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

 span { border-color: rgb(122,50,3); }

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