Html Css Color HEX #814320 Russet

📋 copy color: '#814320'

red 129 ◦ green 67 ◦ blue 32

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

Shades of Russet #814320

Tints of Russet #814320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 56.58%
G = 29.39%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#814320 (or 0x814320) is known color: Russet. HEX triplet: 81, 43 and 20. RGB value is (129,67,32). Sum of RGB (Red+Green+Blue) = 129+67+32=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #814320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814320 is #7EBCDF. Grayscale: #515151. Windows color (decimal): -8305888 or 2114433. OLE color: 2114433.

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

Color convert

RGB 129 67 32 -
CMYK 0 0.48 0.75 0.49
HSL 21.65º 0.6% 0.32% -
HSV(B) 21.65º 0.75% 0.51% -
XYZ 11.32 8.79 2.47 -
YUV 81.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 129 67 32 0 0.48 0.75 0.49 21.65 0.6 0.32
Hex 81 43 20 0 30 4B 31 16 3C 20
Octal 201 103 40 0 60 113 61 26 74 40
Binary 10000001 1000011 100000 0 110000 1001011 110001 10110 111100 100000

Color Harmonies of #814320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814320

Black with #814320

Text Example


Text Example

White with #814320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814320; }

 p { color: rgb(129,67,32); }

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

background-color css

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

 a { background-color: rgb(129,67,32); }

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

border-color css

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

 span { border-color: rgb(129,67,32); }

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