Html Css Color HEX #834614 Russet

📋 copy color: '#834614'

red 131 ◦ green 70 ◦ blue 20

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

Shades of Russet #834614

Tints of Russet #834614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 59.28%
G = 31.67%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#834614 (or 0x834614) is known color: Russet. HEX triplet: 83, 46 and 14. RGB value is (131,70,20). Sum of RGB (Red+Green+Blue) = 131+70+20=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #834614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834614 is #7CB9EB. Grayscale: #525252. Windows color (decimal): -8174060 or 1328771. OLE color: 1328771.

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

Color convert

RGB 131 70 20 -
CMYK 0 0.47 0.85 0.49
HSL 27.03º 0.74% 0.3% -
HSV(B) 27.03º 0.85% 0.51% -
XYZ 11.68 9.26 1.83 -
YUV 82.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 131 70 20 0 0.47 0.85 0.49 27.03 0.74 0.3
Hex 83 46 14 0 2F 55 31 1B 4A 1E
Octal 203 106 24 0 57 125 61 33 112 36
Binary 10000011 1000110 10100 0 101111 1010101 110001 11011 1001010 11110

Color Harmonies of #834614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834614

Black with #834614

Text Example


Text Example

White with #834614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834614; }

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

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

background-color css

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

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

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

border-color css

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

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

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