Html Css Color HEX #834C16 Russet

📋 copy color: '#834C16'

red 131 ◦ green 76 ◦ blue 22

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

Shades of Russet #834C16

Tints of Russet #834C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 57.21%
G = 33.19%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#834C16 (or 0x834C16) is known color: Russet. HEX triplet: 83, 4C and 16. RGB value is (131,76,22). Sum of RGB (Red+Green+Blue) = 131+76+22=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #834C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834C16 is #7CB3E9. Grayscale: #565656. Windows color (decimal): -8172522 or 1461379. OLE color: 1461379.

HSL color Cylindrical-coordinate representation of color #834C16: hue angle of 29.72º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #834C16 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 76 22 -
CMYK 0 0.42 0.83 0.49
HSL 29.72º 0.71% 0.3% -
HSV(B) 29.72º 0.83% 0.51% -
XYZ 12.09 10.05 2.06 -
YUV 86.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 131 76 22 0 0.42 0.83 0.49 29.72 0.71 0.3
Hex 83 4C 16 0 2A 53 31 1E 47 1E
Octal 203 114 26 0 52 123 61 36 107 36
Binary 10000011 1001100 10110 0 101010 1010011 110001 11110 1000111 11110

Color Harmonies of #834C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C16

Black with #834C16

Text Example


Text Example

White with #834C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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