#7B3801

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

Shades of Saddle Brown #7B3801

Tints of Saddle Brown #7B3801

Color information

#7B3801 (or 0x7B3801) is unknown color: approx Saddle Brown. HEX triplet: 7B, 38 and 01. RGB value is (123,56,1). Sum of RGB (Red+Green+Blue) = 123+56+1=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3801 is #84C7FE. Grayscale: #464646. Windows color (decimal): -8701951 or 79995. OLE color: 79995.

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

Color convert

RGB123561-
CMYK00.540.990.52
HSL27.05º98.39%24.31%-
HSV(B)27.05º99.19%48.24%-
XYZ9.597.040.88-
YUV69.7689.2165.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 68.33%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=68.33%
G=31.11%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12356100.540.990.5227.0598.3924.31
Hex7B38103663341b6218
Octal173701066143643314230
Binary111101111100010110110110001111010011011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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