#8A360A

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

Shades of Saddle Brown #8A360A

Tints of Saddle Brown #8A360A

Color information

#8A360A (or 0x8A360A) is unknown color: approx Saddle Brown. HEX triplet: 8A, 36 and 0A. RGB value is (138,54,10). Sum of RGB (Red+Green+Blue) = 138+54+10=202 (26% of max value = 765). Red value is 138 (54.30% from 255 or 68.32% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 138 - color contains mainly: red. Hex color #8A360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A360A is #75C9F5. Grayscale: #4A4A4A. Windows color (decimal): -7719414 or 669322. OLE color: 669322.

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

Color convert

RGB1385410-
CMYK00.610.930.46
HSL20.62º86.49%29.02%-
HSV(B)20.62º92.75%54.12%-
XYZ11.868.061.22-
YUV74.191.83173.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 68.32%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=68.32%
G=26.73%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138541000.610.930.4620.6286.4929.02
Hex8A36A03D5D2E15561d
Octal2126612075135562512635
Binary1000101011011010100111101101110110111010101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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