Html Css Color HEX #8A5514 Saddle Brown

📋 copy color: '#8A5514'

red 138 ◦ green 85 ◦ blue 20

#8A5514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #8A5514

Tints of Saddle Brown #8A5514

RGB

 RED value IS 138 (54.3% from 255) = 56.79%

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 56.79%
G = 34.98%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A5514 (or 0x8A5514) is known color: Saddle Brown. HEX triplet: 8A, 55 and 14. RGB value is (138,85,20). Sum of RGB (Red+Green+Blue) = 138+85+20=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5514 is #75AAEB. Grayscale: #5D5D5D. Windows color (decimal): -7711468 or 1332618. OLE color: 1332618.

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

Color convert

RGB 138 85 20 -
CMYK 0 0.38 0.86 0.46
HSL 33.05º 0.75% 0.31% -
HSV(B) 33.05º 0.86% 0.54% -
XYZ 13.86 11.95 2.24 -
YUV 93.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 138 85 20 0 0.38 0.86 0.46 33.05 0.75 0.31
Hex 8A 55 14 0 26 56 2E 21 4B 1F
Octal 212 125 24 0 46 126 56 41 113 37
Binary 10001010 1010101 10100 0 100110 1010110 101110 100001 1001011 11111

Color Harmonies of #8A5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5514

Black with #8A5514

Text Example


Text Example

White with #8A5514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,85,20); }

 H1.HeaderClassName
 {
   color: #8A5514;
 }
 .AnyTagClassName
 {
   color: #8A5514;
 }
</style>

background-color css

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

 a { background-color: rgb(138,85,20); }

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

border-color css

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

 span { border-color: rgb(138,85,20); }

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