Html Css Color HEX #814A1A Russet

📋 copy color: '#814A1A'

red 129 ◦ green 74 ◦ blue 26

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

Shades of Russet #814A1A

Tints of Russet #814A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.31%

 BLUE value IS 26 (10.55% from 255) = 11.35%

R = 56.33%
G = 32.31%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#814A1A (or 0x814A1A) is known color: Russet. HEX triplet: 81, 4A and 1A. RGB value is (129,74,26). Sum of RGB (Red+Green+Blue) = 129+74+26=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #814A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A1A is #7EB5E5. Grayscale: #555555. Windows color (decimal): -8304102 or 1723009. OLE color: 1723009.

HSL color Cylindrical-coordinate representation of color #814A1A: hue angle of 27.96º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #814A1A is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 74 26 -
CMYK 0 0.43 0.80 0.49
HSL 27.96º 0.66% 0.3% -
HSV(B) 27.96º 0.8% 0.51% -
XYZ 11.69 9.64 2.22 -
YUV 84.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 129 74 26 0 0.43 0.80 0.49 27.96 0.66 0.3
Hex 81 4A 1A 0 2B 50 31 1C 42 1E
Octal 201 112 32 0 53 120 61 34 102 36
Binary 10000001 1001010 11010 0 101011 1010000 110001 11100 1000010 11110

Color Harmonies of #814A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A1A

Black with #814A1A

Text Example


Text Example

White with #814A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814A1A; }

 p { color: rgb(129,74,26); }

 H1.HeaderClassName
 {
   color: #814A1A;
 }
 .AnyTagClassName
 {
   color: #814A1A;
 }
</style>

background-color css

<style>
 a { background-color: #814A1A; }

 a { background-color: rgb(129,74,26); }

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

border-color css

<style>
 span { border-color: #814A1A; }

 span { border-color: rgb(129,74,26); }

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