Html Css Color HEX #8A471F Russet

📋 copy color: '#8A471F'

red 138 ◦ green 71 ◦ blue 31

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

Shades of Russet #8A471F

Tints of Russet #8A471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

 BLUE value IS 31 (12.5% from 255) = 12.92%

R = 57.5%
G = 29.58%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A471F (or 0x8A471F) is known color: Russet. HEX triplet: 8A, 47 and 1F. RGB value is (138,71,31). Sum of RGB (Red+Green+Blue) = 138+71+31=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A471F is #75B8E0. Grayscale: #565656. Windows color (decimal): -7715041 or 2049930. OLE color: 2049930.

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

Color convert

RGB 138 71 31 -
CMYK 0 0.49 0.78 0.46
HSL 22.43º 0.63% 0.33% -
HSV(B) 22.43º 0.78% 0.54% -
XYZ 12.98 10.01 2.54 -
YUV 86.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 138 71 31 0 0.49 0.78 0.46 22.43 0.63 0.33
Hex 8A 47 1F 0 31 4E 2E 16 3F 21
Octal 212 107 37 0 61 116 56 26 77 41
Binary 10001010 1000111 11111 0 110001 1001110 101110 10110 111111 100001

Color Harmonies of #8A471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A471F

Black with #8A471F

Text Example


Text Example

White with #8A471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,71,31); }

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

background-color css

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

 a { background-color: rgb(138,71,31); }

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

border-color css

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

 span { border-color: rgb(138,71,31); }

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