#8A360B

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

Shades of Saddle Brown #8A360B

Tints of Saddle Brown #8A360B

Color information

#8A360B (or 0x8A360B) is unknown color: approx Saddle Brown. HEX triplet: 8A, 36 and 0B. RGB value is (138,54,11). Sum of RGB (Red+Green+Blue) = 138+54+11=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A360B is #75C9F4. Grayscale: #4A4A4A. Windows color (decimal): -7719413 or 734858. OLE color: 734858.

HSL color Cylindrical-coordinate representation of color #8A360B: hue angle of 20.31º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A360B is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1385411-
CMYK00.610.920.46
HSL20.31º85.23%29.22%-
HSV(B)20.31º92.03%54.12%-
XYZ11.868.071.25-
YUV74.2192.33173.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.98%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=67.98%
G=26.60%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138541100.610.920.4620.3185.2329.22
Hex8A36B03D5C2E14551d
Octal2126613075134562412535
Binary1000101011011010110111101101110010111010100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A360B; }

 p { color: rgb(138,54,11); }

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

<style>
 a { background-color: #8A360B; }

 a { background-color: rgb(138,54,11); }

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

<style>
 span { border-color: #8A360B; }

 span { border-color: rgb(138,54,11); }

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