Html Css Color HEX #8A511C Russet

📋 copy color: '#8A511C'

red 138 ◦ green 81 ◦ blue 28

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

Shades of Russet #8A511C

Tints of Russet #8A511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.34%

R = 55.87%
G = 32.79%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#8A511C (or 0x8A511C) is known color: Russet. HEX triplet: 8A, 51 and 1C. RGB value is (138,81,28). Sum of RGB (Red+Green+Blue) = 138+81+28=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A511C is #75AEE3. Grayscale: #5C5C5C. Windows color (decimal): -7712484 or 1855882. OLE color: 1855882.

HSL color Cylindrical-coordinate representation of color #8A511C: hue angle of 28.91º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A511C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 81 28 -
CMYK 0 0.41 0.80 0.46
HSL 28.91º 0.66% 0.33% -
HSV(B) 28.91º 0.8% 0.54% -
XYZ 13.63 11.37 2.58 -
YUV 92 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 138 81 28 0 0.41 0.80 0.46 28.91 0.66 0.33
Hex 8A 51 1C 0 29 50 2E 1D 42 21
Octal 212 121 34 0 51 120 56 35 102 41
Binary 10001010 1010001 11100 0 101001 1010000 101110 11101 1000010 100001

Color Harmonies of #8A511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A511C

Black with #8A511C

Text Example


Text Example

White with #8A511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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