Html Css Color HEX #835013 Russet

📋 copy color: '#835013'

red 131 ◦ green 80 ◦ blue 19

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

Shades of Russet #835013

Tints of Russet #835013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 56.96%
G = 34.78%
B = 8.26%

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

#835013 (or 0x835013) is known color: Russet. HEX triplet: 83, 50 and 13. RGB value is (131,80,19). Sum of RGB (Red+Green+Blue) = 131+80+19=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #835013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835013 is #7CAFEC. Grayscale: #585858. Windows color (decimal): -8171501 or 1265795. OLE color: 1265795.

HSL color Cylindrical-coordinate representation of color #835013: hue angle of 32.68º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #835013 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 19 -
CMYK 0 0.39 0.85 0.49
HSL 32.68º 0.75% 0.29% -
HSV(B) 32.68º 0.85% 0.51% -
XYZ 12.35 10.61 2.01 -
YUV 88.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 131 80 19 0 0.39 0.85 0.49 32.68 0.75 0.29
Hex 83 50 13 0 27 55 31 21 4B 1D
Octal 203 120 23 0 47 125 61 41 113 35
Binary 10000011 1010000 10011 0 100111 1010101 110001 100001 1001011 11101

Color Harmonies of #835013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835013

Black with #835013

Text Example


Text Example

White with #835013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835013; }

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

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

background-color css

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

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

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

border-color css

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

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

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