#7B3307

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

Shades of Saddle Brown #7B3307

Tints of Saddle Brown #7B3307

Color information

#7B3307 (or 0x7B3307) is unknown color: approx Saddle Brown. HEX triplet: 7B, 33 and 07. RGB value is (123,51,7). Sum of RGB (Red+Green+Blue) = 123+51+7=181 (23% of max value = 765). Red value is 123 (48.44% from 255 or 67.96% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3307 is #84CCF8. Grayscale: #434343. Windows color (decimal): -8703225 or 471931. OLE color: 471931.

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

Color convert

RGB123517-
CMYK00.590.940.52
HSL22.76º89.23%25.49%-
HSV(B)22.76º94.31%48.24%-
XYZ9.396.590.98-
YUV67.5193.85167.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 67.96%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 7 (3.12% from 255) = 3.87%
R=67.96%
G=28.18%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12351700.590.940.5222.7689.2325.49
Hex7B33703B5E34175919
Octal173637073136642713131
Binary11110111100111110111011101111011010010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,51,7); }

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

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

 a { background-color: rgb(123,51,7); }

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

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

 span { border-color: rgb(123,51,7); }

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