#7B3404

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

Shades of Saddle Brown #7B3404

Tints of Saddle Brown #7B3404

Color information

#7B3404 (or 0x7B3404) is unknown color: approx Saddle Brown. HEX triplet: 7B, 34 and 04. RGB value is (123,52,4). Sum of RGB (Red+Green+Blue) = 123+52+4=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3404 is #84CBFB. Grayscale: #444444. Windows color (decimal): -8702972 or 275579. OLE color: 275579.

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

Color convert

RGB123524-
CMYK00.580.970.52
HSL24.2º93.7%24.9%-
HSV(B)24.2º96.75%48.24%-
XYZ9.426.680.91-
YUV67.7692.02167.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.72%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=68.72%
G=29.05%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12352400.580.970.5224.293.724.9
Hex7B34403A6134185e19
Octal173644072141643013631
Binary11110111101001000111010110000111010011000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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