Html Css Color HEX #8A521C Russet

📋 copy color: '#8A521C'

red 138 ◦ green 82 ◦ blue 28

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

Shades of Russet #8A521C

Tints of Russet #8A521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

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

R = 55.65%
G = 33.06%
B = 11.29%

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

#8A521C (or 0x8A521C) is known color: Russet. HEX triplet: 8A, 52 and 1C. RGB value is (138,82,28). Sum of RGB (Red+Green+Blue) = 138+82+28=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A521C is #75ADE3. Grayscale: #5C5C5C. Windows color (decimal): -7712228 or 1856138. OLE color: 1856138.

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

Color convert

RGB 138 82 28 -
CMYK 0 0.41 0.80 0.46
HSL 29.45º 0.66% 0.33% -
HSV(B) 29.45º 0.8% 0.54% -
XYZ 13.71 11.52 2.6 -
YUV 92.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 138 82 28 0 0.41 0.80 0.46 29.45 0.66 0.33
Hex 8A 52 1C 0 29 50 2E 1D 42 21
Octal 212 122 34 0 51 120 56 35 102 41
Binary 10001010 1010010 11100 0 101001 1010000 101110 11101 1000010 100001

Color Harmonies of #8A521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A521C

Black with #8A521C

Text Example


Text Example

White with #8A521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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