Html Css Color HEX #834120 Russet

📋 copy color: '#834120'

red 131 ◦ green 65 ◦ blue 32

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

Shades of Russet #834120

Tints of Russet #834120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 57.46%
G = 28.51%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#834120 (or 0x834120) is known color: Russet. HEX triplet: 83, 41 and 20. RGB value is (131,65,32). Sum of RGB (Red+Green+Blue) = 131+65+32=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #834120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834120 is #7CBEDF. Grayscale: #515151. Windows color (decimal): -8175328 or 2113923. OLE color: 2113923.

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

Color convert

RGB 131 65 32 -
CMYK 0 0.50 0.76 0.49
HSL 20º 0.61% 0.32% -
HSV(B) 20º 0.76% 0.51% -
XYZ 11.51 8.71 2.44 -
YUV 80.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 131 65 32 0 0.50 0.76 0.49 20 0.61 0.32
Hex 83 41 20 0 32 4C 31 14 3D 20
Octal 203 101 40 0 62 114 61 24 75 40
Binary 10000011 1000001 100000 0 110010 1001100 110001 10100 111101 100000

Color Harmonies of #834120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834120

Black with #834120

Text Example


Text Example

White with #834120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834120; }

 p { color: rgb(131,65,32); }

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

background-color css

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

 a { background-color: rgb(131,65,32); }

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

border-color css

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

 span { border-color: rgb(131,65,32); }

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