Html Css Color HEX #834C14 Russet

📋 copy color: '#834C14'

red 131 ◦ green 76 ◦ blue 20

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

Shades of Russet #834C14

Tints of Russet #834C14

RGB

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

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

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

R = 57.71%
G = 33.48%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#834C14 (or 0x834C14) is known color: Russet. HEX triplet: 83, 4C and 14. RGB value is (131,76,20). Sum of RGB (Red+Green+Blue) = 131+76+20=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #834C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834C14 is #7CB3EB. Grayscale: #565656. Windows color (decimal): -8172524 or 1330307. OLE color: 1330307.

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

Color convert

RGB 131 76 20 -
CMYK 0 0.42 0.85 0.49
HSL 30.27º 0.74% 0.3% -
HSV(B) 30.27º 0.85% 0.51% -
XYZ 12.07 10.04 1.96 -
YUV 86.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 131 76 20 0 0.42 0.85 0.49 30.27 0.74 0.3
Hex 83 4C 14 0 2A 55 31 1E 4A 1E
Octal 203 114 24 0 52 125 61 36 112 36
Binary 10000011 1001100 10100 0 101010 1010101 110001 11110 1001010 11110

Color Harmonies of #834C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C14

Black with #834C14

Text Example


Text Example

White with #834C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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