#7B3406

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

Shades of Saddle Brown #7B3406

Tints of Saddle Brown #7B3406

Color information

#7B3406 (or 0x7B3406) is unknown color: approx Saddle Brown. HEX triplet: 7B, 34 and 06. RGB value is (123,52,6). Sum of RGB (Red+Green+Blue) = 123+52+6=181 (23% of max value = 765). Red value is 123 (48.44% from 255 or 67.96% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3406 is #84CBF9. Grayscale: #444444. Windows color (decimal): -8702970 or 406651. OLE color: 406651.

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

Color convert

RGB123526-
CMYK00.580.950.52
HSL23.59º90.7%25.29%-
HSV(B)23.59º95.12%48.24%-
XYZ9.436.680.96-
YUV67.9893.02167.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 67.96%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=67.96%
G=28.73%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12352600.580.950.5223.5990.725.29
Hex7B34603A5F34185b19
Octal173646072137643013331
Binary11110111101001100111010101111111010011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,52,6); }

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

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

 a { background-color: rgb(123,52,6); }

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

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

 span { border-color: rgb(123,52,6); }

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