Html Css Color HEX #8A451F Russet

📋 copy color: '#8A451F'

red 138 ◦ green 69 ◦ blue 31

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

Shades of Russet #8A451F

Tints of Russet #8A451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

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

R = 57.98%
G = 28.99%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A451F (or 0x8A451F) is known color: Russet. HEX triplet: 8A, 45 and 1F. RGB value is (138,69,31). Sum of RGB (Red+Green+Blue) = 138+69+31=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A451F is #75BAE0. Grayscale: #555555. Windows color (decimal): -7715553 or 2049418. OLE color: 2049418.

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

Color convert

RGB 138 69 31 -
CMYK 0 0.5 0.78 0.46
HSL 21.31º 0.63% 0.33% -
HSV(B) 21.31º 0.78% 0.54% -
XYZ 12.86 9.76 2.5 -
YUV 85.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 138 69 31 0 0.5 0.78 0.46 21.31 0.63 0.33
Hex 8A 45 1F 0 32 4E 2E 15 3F 21
Octal 212 105 37 0 62 116 56 25 77 41
Binary 10001010 1000101 11111 0 110010 1001110 101110 10101 111111 100001

Color Harmonies of #8A451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A451F

Black with #8A451F

Text Example


Text Example

White with #8A451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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