Html Css Color HEX #834820 Russet

📋 copy color: '#834820'

red 131 ◦ green 72 ◦ blue 32

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

Shades of Russet #834820

Tints of Russet #834820

RGB

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

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

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

R = 55.74%
G = 30.64%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#834820 (or 0x834820) is known color: Russet. HEX triplet: 83, 48 and 20. RGB value is (131,72,32). Sum of RGB (Red+Green+Blue) = 131+72+32=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #834820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834820 is #7CB7DF. Grayscale: #555555. Windows color (decimal): -8173536 or 2115715. OLE color: 2115715.

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

Color convert

RGB 131 72 32 -
CMYK 0 0.45 0.76 0.49
HSL 24.24º 0.61% 0.32% -
HSV(B) 24.24º 0.76% 0.51% -
XYZ 11.94 9.56 2.58 -
YUV 85.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 131 72 32 0 0.45 0.76 0.49 24.24 0.61 0.32
Hex 83 48 20 0 2D 4C 31 18 3D 20
Octal 203 110 40 0 55 114 61 30 75 40
Binary 10000011 1001000 100000 0 101101 1001100 110001 11000 111101 100000

Color Harmonies of #834820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834820

Black with #834820

Text Example


Text Example

White with #834820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834820; }

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

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

background-color css

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

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

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

border-color css

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

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

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