Html Css Color HEX #81501C Russet

📋 copy color: '#81501C'

red 129 ◦ green 80 ◦ blue 28

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

Shades of Russet #81501C

Tints of Russet #81501C

RGB

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

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

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

R = 54.43%
G = 33.76%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81501C (or 0x81501C) is known color: Russet. HEX triplet: 81, 50 and 1C. RGB value is (129,80,28). Sum of RGB (Red+Green+Blue) = 129+80+28=237 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.43% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 129 - color contains mainly: red. Hex color #81501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81501C is #7EAFE3. Grayscale: #585858. Windows color (decimal): -8302564 or 1855617. OLE color: 1855617.

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

Color convert

RGB 129 80 28 -
CMYK 0 0.38 0.78 0.49
HSL 30.89º 0.64% 0.31% -
HSV(B) 30.89º 0.78% 0.51% -
XYZ 12.13 10.49 2.48 -
YUV 88.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 129 80 28 0 0.38 0.78 0.49 30.89 0.64 0.31
Hex 81 50 1C 0 26 4E 31 1F 40 1F
Octal 201 120 34 0 46 116 61 37 100 37
Binary 10000001 1010000 11100 0 100110 1001110 110001 11111 1000000 11111

Color Harmonies of #81501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81501C

Black with #81501C

Text Example


Text Example

White with #81501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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