Html Css Color HEX #8A4011 Saddle Brown

📋 copy color: '#8A4011'

red 138 ◦ green 64 ◦ blue 17

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

Shades of Saddle Brown #8A4011

Tints of Saddle Brown #8A4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

 BLUE value IS 17 (7.03% from 255) = 7.76%

R = 63.01%
G = 29.22%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A4011 (or 0x8A4011) is known color: Saddle Brown. HEX triplet: 8A, 40 and 11. RGB value is (138,64,17). Sum of RGB (Red+Green+Blue) = 138+64+17=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4011 is #75BFEE. Grayscale: #515151. Windows color (decimal): -7716847 or 1130634. OLE color: 1130634.

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

Color convert

RGB 138 64 17 -
CMYK 0 0.54 0.88 0.46
HSL 23.31º 0.78% 0.3% -
HSV(B) 23.31º 0.88% 0.54% -
XYZ 12.42 9.11 1.63 -
YUV 80.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 138 64 17 0 0.54 0.88 0.46 23.31 0.78 0.3
Hex 8A 40 11 0 36 58 2E 17 4E 1E
Octal 212 100 21 0 66 130 56 27 116 36
Binary 10001010 1000000 10001 0 110110 1011000 101110 10111 1001110 11110

Color Harmonies of #8A4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4011

Black with #8A4011

Text Example


Text Example

White with #8A4011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,64,17); }

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

background-color css

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

 a { background-color: rgb(138,64,17); }

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

border-color css

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

 span { border-color: rgb(138,64,17); }

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