Html Css Color HEX #81501F Russet

📋 copy color: '#81501F'

red 129 ◦ green 80 ◦ blue 31

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

Shades of Russet #81501F

Tints of Russet #81501F

RGB

 RED value IS 129 (50.78% from 255) = 53.75%

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

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

R = 53.75%
G = 33.33%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#81501F (or 0x81501F) is known color: Russet. HEX triplet: 81, 50 and 1F. RGB value is (129,80,31). Sum of RGB (Red+Green+Blue) = 129+80+31=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #81501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81501F is #7EAFE0. Grayscale: #595959. Windows color (decimal): -8302561 or 2052225. OLE color: 2052225.

HSL color Cylindrical-coordinate representation of color #81501F: hue angle of 30º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81501F is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 80 31 -
CMYK 0 0.38 0.76 0.49
HSL 30º 0.61% 0.31% -
HSV(B) 30º 0.76% 0.51% -
XYZ 12.17 10.5 2.68 -
YUV 89.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 129 80 31 0 0.38 0.76 0.49 30 0.61 0.31
Hex 81 50 1F 0 26 4C 31 1E 3D 1F
Octal 201 120 37 0 46 114 61 36 75 37
Binary 10000001 1010000 11111 0 100110 1001100 110001 11110 111101 11111

Color Harmonies of #81501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81501F

Black with #81501F

Text Example


Text Example

White with #81501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81501F; }

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

 H1.HeaderClassName
 {
   color: #81501F;
 }
 .AnyTagClassName
 {
   color: #81501F;
 }
</style>

background-color css

<style>
 a { background-color: #81501F; }

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

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

border-color css

<style>
 span { border-color: #81501F; }

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

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