Html Css Color HEX #81401C Russet

📋 copy color: '#81401C'

red 129 ◦ green 64 ◦ blue 28

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

Shades of Russet #81401C

Tints of Russet #81401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

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

R = 58.37%
G = 28.96%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81401C (or 0x81401C) is known color: Russet. HEX triplet: 81, 40 and 1C. RGB value is (129,64,28). Sum of RGB (Red+Green+Blue) = 129+64+28=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #81401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81401C is #7EBFE3. Grayscale: #4F4F4F. Windows color (decimal): -8306660 or 1851521. OLE color: 1851521.

HSL color Cylindrical-coordinate representation of color #81401C: hue angle of 21.39º 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 #81401C is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 64 28 -
CMYK 0 0.50 0.78 0.49
HSL 21.39º 0.64% 0.31% -
HSV(B) 21.39º 0.78% 0.51% -
XYZ 11.1 8.42 2.14 -
YUV 79.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 129 64 28 0 0.50 0.78 0.49 21.39 0.64 0.31
Hex 81 40 1C 0 32 4E 31 15 40 1F
Octal 201 100 34 0 62 116 61 25 100 37
Binary 10000001 1000000 11100 0 110010 1001110 110001 10101 1000000 11111

Color Harmonies of #81401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81401C

Black with #81401C

Text Example


Text Example

White with #81401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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