#7B3800

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

Shades of Saddle Brown #7B3800

Tints of Saddle Brown #7B3800

Color information

#7B3800 (or 0x7B3800) is unknown color: approx Saddle Brown. HEX triplet: 7B, 38 and 00. RGB value is (123,56,0). Sum of RGB (Red+Green+Blue) = 123+56+0=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3800 is #84C7FF. Grayscale: #454545. Windows color (decimal): -8701952 or 14459. OLE color: 14459.

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

Color convert

RGB123560-
CMYK00.5410.52
HSL27.32º100%24.12%-
HSV(B)27.32º100%48.24%-
XYZ9.587.040.85-
YUV69.6588.7166.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.72%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.72%
G=31.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12356000.5410.5227.3210024.12
Hex7B38003664341b6418
Octal173700066144643314430
Binary111101111100000110110110010011010011011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,56,0); }

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

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

 a { background-color: rgb(123,56,0); }

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

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

 span { border-color: rgb(123,56,0); }

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