Html Css Color HEX #835014 Russet

📋 copy color: '#835014'

red 131 ◦ green 80 ◦ blue 20

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

Shades of Russet #835014

Tints of Russet #835014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 56.71%
G = 34.63%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#835014 (or 0x835014) is known color: Russet. HEX triplet: 83, 50 and 14. RGB value is (131,80,20). Sum of RGB (Red+Green+Blue) = 131+80+20=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #835014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835014 is #7CAFEB. Grayscale: #585858. Windows color (decimal): -8171500 or 1331331. OLE color: 1331331.

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

Color convert

RGB 131 80 20 -
CMYK 0 0.39 0.85 0.49
HSL 32.43º 0.74% 0.3% -
HSV(B) 32.43º 0.85% 0.51% -
XYZ 12.36 10.61 2.06 -
YUV 88.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 131 80 20 0 0.39 0.85 0.49 32.43 0.74 0.3
Hex 83 50 14 0 27 55 31 20 4A 1E
Octal 203 120 24 0 47 125 61 40 112 36
Binary 10000011 1010000 10100 0 100111 1010101 110001 100000 1001010 11110

Color Harmonies of #835014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835014

Black with #835014

Text Example


Text Example

White with #835014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835014; }

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

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

background-color css

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

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

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

border-color css

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

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

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