Html Css Color HEX #8B501F Russet

📋 copy color: '#8B501F'

red 139 ◦ green 80 ◦ blue 31

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

Shades of Russet #8B501F

Tints of Russet #8B501F

RGB

 RED value IS 139 (54.69% from 255) = 55.6%

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 55.6%
G = 32%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B501F (or 0x8B501F) is known color: Russet. HEX triplet: 8B, 50 and 1F. RGB value is (139,80,31). Sum of RGB (Red+Green+Blue) = 139+80+31=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B501F is #74AFE0. Grayscale: #5C5C5C. Windows color (decimal): -7647201 or 2052235. OLE color: 2052235.

HSL color Cylindrical-coordinate representation of color #8B501F: hue angle of 27.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B501F is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 80 31 -
CMYK 0 0.42 0.78 0.45
HSL 27.22º 0.64% 0.33% -
HSV(B) 27.22º 0.78% 0.55% -
XYZ 13.76 11.33 2.76 -
YUV 92.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 139 80 31 0 0.42 0.78 0.45 27.22 0.64 0.33
Hex 8B 50 1F 0 2A 4E 2D 1B 40 21
Octal 213 120 37 0 52 116 55 33 100 41
Binary 10001011 1010000 11111 0 101010 1001110 101101 11011 1000000 100001

Color Harmonies of #8B501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B501F

Black with #8B501F

Text Example


Text Example

White with #8B501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,80,31); }

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

background-color css

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

 a { background-color: rgb(139,80,31); }

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

border-color css

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

 span { border-color: rgb(139,80,31); }

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