#8A450B

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

Shades of Saddle Brown #8A450B

Tints of Saddle Brown #8A450B

Color information

#8A450B (or 0x8A450B) is unknown color: approx Saddle Brown. HEX triplet: 8A, 45 and 0B. RGB value is (138,69,11). Sum of RGB (Red+Green+Blue) = 138+69+11=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A450B is #75BAF4. Grayscale: #535353. Windows color (decimal): -7715573 or 738698. OLE color: 738698.

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

Color convert

RGB1386911-
CMYK00.50.920.46
HSL27.4º85.23%29.22%-
HSV(B)27.4º92.03%54.12%-
XYZ12.679.681.52-
YUV83.0287.36167.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.30%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=63.30%
G=31.65%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138691100.50.920.4627.485.2329.22
Hex8A45B0325C2E1b551d
Octal21210513062134563312535
Binary10001010100010110110110010101110010111011011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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