Html Css Color HEX #814A1E Russet

📋 copy color: '#814A1E'

red 129 ◦ green 74 ◦ blue 30

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

Shades of Russet #814A1E

Tints of Russet #814A1E

RGB

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

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

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

R = 55.36%
G = 31.76%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#814A1E (or 0x814A1E) is known color: Russet. HEX triplet: 81, 4A and 1E. RGB value is (129,74,30). Sum of RGB (Red+Green+Blue) = 129+74+30=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #814A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A1E is #7EB5E1. Grayscale: #555555. Windows color (decimal): -8304098 or 1985153. OLE color: 1985153.

HSL color Cylindrical-coordinate representation of color #814A1E: hue angle of 26.67º 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 #814A1E is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 74 30 -
CMYK 0 0.43 0.77 0.49
HSL 26.67º 0.62% 0.31% -
HSV(B) 26.67º 0.77% 0.51% -
XYZ 11.74 9.66 2.47 -
YUV 85.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 129 74 30 0 0.43 0.77 0.49 26.67 0.62 0.31
Hex 81 4A 1E 0 2B 4D 31 1B 3E 1F
Octal 201 112 36 0 53 115 61 33 76 37
Binary 10000001 1001010 11110 0 101011 1001101 110001 11011 111110 11111

Color Harmonies of #814A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814A1E

Black with #814A1E

Text Example


Text Example

White with #814A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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