#8A420B

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

Shades of Saddle Brown #8A420B

Tints of Saddle Brown #8A420B

Color information

#8A420B (or 0x8A420B) is unknown color: approx Saddle Brown. HEX triplet: 8A, 42 and 0B. RGB value is (138,66,11). Sum of RGB (Red+Green+Blue) = 138+66+11=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A420B is #75BDF4. Grayscale: #515151. Windows color (decimal): -7716341 or 737930. OLE color: 737930.

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

Color convert

RGB1386611-
CMYK00.520.920.46
HSL25.98º85.23%29.22%-
HSV(B)25.98º92.03%54.12%-
XYZ12.499.321.46-
YUV81.2688.35168.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 64.19%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=64.19%
G=30.70%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138661100.520.920.4625.9885.2329.22
Hex8A42B0345C2E1a551d
Octal21210213064134563212535
Binary10001010100001010110110100101110010111011010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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