#8A3F0F

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

Shades of Saddle Brown #8A3F0F

Tints of Saddle Brown #8A3F0F

Color information

#8A3F0F (or 0x8A3F0F) is unknown color: approx Saddle Brown. HEX triplet: 8A, 3F and 0F. RGB value is (138,63,15). Sum of RGB (Red+Green+Blue) = 138+63+15=216 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.89% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3F0F is #75C0F0. Grayscale: #505050. Windows color (decimal): -7717105 or 999306. OLE color: 999306.

HSL color Cylindrical-coordinate representation of color #8A3F0F: hue angle of 23.41º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A3F0F is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB1386315-
CMYK00.540.890.46
HSL23.41º80.39%30%-
HSV(B)23.41º89.13%54.12%-
XYZ12.348.991.54-
YUV79.9591.35169.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.89%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=63.89%
G=29.17%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138631500.540.890.4623.4180.3930
Hex8A3FF036592E17501e
Octal2127717066131562712036
Binary1000101011111111110110110101100110111010111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,63,15); }

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

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

 a { background-color: rgb(138,63,15); }

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

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

 span { border-color: rgb(138,63,15); }

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