Html Css Color HEX #834714 Russet

📋 copy color: '#834714'

red 131 ◦ green 71 ◦ blue 20

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

Shades of Russet #834714

Tints of Russet #834714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.98%

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

R = 59.01%
G = 31.98%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#834714 (or 0x834714) is known color: Russet. HEX triplet: 83, 47 and 14. RGB value is (131,71,20). Sum of RGB (Red+Green+Blue) = 131+71+20=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #834714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834714 is #7CB8EB. Grayscale: #535353. Windows color (decimal): -8173804 or 1329027. OLE color: 1329027.

HSL color Cylindrical-coordinate representation of color #834714: hue angle of 27.57º 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 #834714 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 20 -
CMYK 0 0.46 0.85 0.49
HSL 27.57º 0.74% 0.3% -
HSV(B) 27.57º 0.85% 0.51% -
XYZ 11.74 9.38 1.85 -
YUV 83.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 131 71 20 0 0.46 0.85 0.49 27.57 0.74 0.3
Hex 83 47 14 0 2E 55 31 1C 4A 1E
Octal 203 107 24 0 56 125 61 34 112 36
Binary 10000011 1000111 10100 0 101110 1010101 110001 11100 1001010 11110

Color Harmonies of #834714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834714

Black with #834714

Text Example


Text Example

White with #834714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834714; }

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

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

background-color css

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

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

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

border-color css

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

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

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