Html Css Color HEX #834814 Russet

📋 copy color: '#834814'

red 131 ◦ green 72 ◦ blue 20

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

Shades of Russet #834814

Tints of Russet #834814

RGB

 RED value IS 131 (51.56% from 255) = 58.74%

 GREEN value IS 72 (28.52% from 255) = 32.29%

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 58.74%
G = 32.29%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#834814 (or 0x834814) is known color: Russet. HEX triplet: 83, 48 and 14. RGB value is (131,72,20). Sum of RGB (Red+Green+Blue) = 131+72+20=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #834814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834814 is #7CB7EB. Grayscale: #535353. Windows color (decimal): -8173548 or 1329283. OLE color: 1329283.

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

Color convert

RGB 131 72 20 -
CMYK 0 0.45 0.85 0.49
HSL 28.11º 0.74% 0.3% -
HSV(B) 28.11º 0.85% 0.51% -
XYZ 11.8 9.51 1.88 -
YUV 83.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 131 72 20 0 0.45 0.85 0.49 28.11 0.74 0.3
Hex 83 48 14 0 2D 55 31 1C 4A 1E
Octal 203 110 24 0 55 125 61 34 112 36
Binary 10000011 1001000 10100 0 101101 1010101 110001 11100 1001010 11110

Color Harmonies of #834814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834814

Black with #834814

Text Example


Text Example

White with #834814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834814; }

 p { color: rgb(131,72,20); }

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

background-color css

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

 a { background-color: rgb(131,72,20); }

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

border-color css

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

 span { border-color: rgb(131,72,20); }

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