#8A380B

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

Shades of Saddle Brown #8A380B

Tints of Saddle Brown #8A380B

Color information

#8A380B (or 0x8A380B) is unknown color: approx Saddle Brown. HEX triplet: 8A, 38 and 0B. RGB value is (138,56,11). Sum of RGB (Red+Green+Blue) = 138+56+11=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A380B is #75C7F4. Grayscale: #4B4B4B. Windows color (decimal): -7718901 or 735370. OLE color: 735370.

HSL color Cylindrical-coordinate representation of color #8A380B: hue angle of 21.26º 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 #8A380B is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1385611-
CMYK00.590.920.46
HSL21.26º85.23%29.22%-
HSV(B)21.26º92.03%54.12%-
XYZ11.968.261.28-
YUV75.3991.67172.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.32%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 11 (4.69% from 255) = 5.37%
R=67.32%
G=27.32%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138561100.590.920.4621.2685.2329.22
Hex8A38B03B5C2E15551d
Octal2127013073134562512535
Binary1000101011100010110111011101110010111010101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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