Html Css Color HEX #834C20 Russet

📋 copy color: '#834C20'

red 131 ◦ green 76 ◦ blue 32

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

Shades of Russet #834C20

Tints of Russet #834C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.8%

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

R = 54.81%
G = 31.8%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#834C20 (or 0x834C20) is known color: Russet. HEX triplet: 83, 4C and 20. RGB value is (131,76,32). Sum of RGB (Red+Green+Blue) = 131+76+32=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #834C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C20 is #7CB3DF. Grayscale: #575757. Windows color (decimal): -8172512 or 2116739. OLE color: 2116739.

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

Color convert

RGB 131 76 32 -
CMYK 0 0.42 0.76 0.49
HSL 26.67º 0.61% 0.32% -
HSV(B) 26.67º 0.76% 0.51% -
XYZ 12.21 10.1 2.67 -
YUV 87.43 96.72 159.08 -
System Red Green Blue C M Y K H S L
Decimal 131 76 32 0 0.42 0.76 0.49 26.67 0.61 0.32
Hex 83 4C 20 0 2A 4C 31 1B 3D 20
Octal 203 114 40 0 52 114 61 33 75 40
Binary 10000011 1001100 100000 0 101010 1001100 110001 11011 111101 100000

Color Harmonies of #834C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C20

Black with #834C20

Text Example


Text Example

White with #834C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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