Html Css Color HEX #8A511A Saddle Brown

📋 copy color: '#8A511A'

red 138 ◦ green 81 ◦ blue 26

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

Shades of Saddle Brown #8A511A

Tints of Saddle Brown #8A511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 56.33%
G = 33.06%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A511A (or 0x8A511A) is known color: Saddle Brown. HEX triplet: 8A, 51 and 1A. RGB value is (138,81,26). Sum of RGB (Red+Green+Blue) = 138+81+26=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A511A is #75AEE5. Grayscale: #5C5C5C. Windows color (decimal): -7712486 or 1724810. OLE color: 1724810.

HSL color Cylindrical-coordinate representation of color #8A511A: hue angle of 29.46º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A511A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 81 26 -
CMYK 0 0.41 0.81 0.46
HSL 29.46º 0.68% 0.32% -
HSV(B) 29.46º 0.81% 0.54% -
XYZ 13.61 11.36 2.45 -
YUV 91.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 138 81 26 0 0.41 0.81 0.46 29.46 0.68 0.32
Hex 8A 51 1A 0 29 51 2E 1D 44 20
Octal 212 121 32 0 51 121 56 35 104 40
Binary 10001010 1010001 11010 0 101001 1010001 101110 11101 1000100 100000

Color Harmonies of #8A511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A511A

Black with #8A511A

Text Example


Text Example

White with #8A511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,81,26); }

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

background-color css

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

 a { background-color: rgb(138,81,26); }

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

border-color css

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

 span { border-color: rgb(138,81,26); }

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