Html Css Color HEX #814422 Russet

📋 copy color: '#814422'

red 129 ◦ green 68 ◦ blue 34

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

Shades of Russet #814422

Tints of Russet #814422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.72%

R = 55.84%
G = 29.44%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#814422 (or 0x814422) is known color: Russet. HEX triplet: 81, 44 and 22. RGB value is (129,68,34). Sum of RGB (Red+Green+Blue) = 129+68+34=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #814422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814422 is #7EBBDD. Grayscale: #525252. Windows color (decimal): -8305630 or 2245761. OLE color: 2245761.

HSL color Cylindrical-coordinate representation of color #814422: hue angle of 21.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #814422 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 68 34 -
CMYK 0 0.47 0.74 0.49
HSL 21.47º 0.58% 0.32% -
HSV(B) 21.47º 0.74% 0.51% -
XYZ 11.41 8.92 2.63 -
YUV 82.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 129 68 34 0 0.47 0.74 0.49 21.47 0.58 0.32
Hex 81 44 22 0 2F 4A 31 15 3A 20
Octal 201 104 42 0 57 112 61 25 72 40
Binary 10000001 1000100 100010 0 101111 1001010 110001 10101 111010 100000

Color Harmonies of #814422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814422

Black with #814422

Text Example


Text Example

White with #814422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814422; }

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

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

background-color css

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

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

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

border-color css

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

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

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