Html Css Color HEX #81441E Russet

📋 copy color: '#81441E'

red 129 ◦ green 68 ◦ blue 30

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

Shades of Russet #81441E

Tints of Russet #81441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 56.83%
G = 29.96%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81441E (or 0x81441E) is known color: Russet. HEX triplet: 81, 44 and 1E. RGB value is (129,68,30). Sum of RGB (Red+Green+Blue) = 129+68+30=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81441E is #7EBBE1. Grayscale: #525252. Windows color (decimal): -8305634 or 1983617. OLE color: 1983617.

HSL color Cylindrical-coordinate representation of color #81441E: hue angle of 23.03º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81441E is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 68 30 -
CMYK 0 0.47 0.77 0.49
HSL 23.03º 0.62% 0.31% -
HSV(B) 23.03º 0.77% 0.51% -
XYZ 11.35 8.9 2.35 -
YUV 81.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 129 68 30 0 0.47 0.77 0.49 23.03 0.62 0.31
Hex 81 44 1E 0 2F 4D 31 17 3E 1F
Octal 201 104 36 0 57 115 61 27 76 37
Binary 10000001 1000100 11110 0 101111 1001101 110001 10111 111110 11111

Color Harmonies of #81441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81441E

Black with #81441E

Text Example


Text Example

White with #81441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81441E; }

 p { color: rgb(129,68,30); }

 H1.HeaderClassName
 {
   color: #81441E;
 }
 .AnyTagClassName
 {
   color: #81441E;
 }
</style>

background-color css

<style>
 a { background-color: #81441E; }

 a { background-color: rgb(129,68,30); }

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

border-color css

<style>
 span { border-color: #81441E; }

 span { border-color: rgb(129,68,30); }

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