Html Css Color HEX #834520 Russet

📋 copy color: '#834520'

red 131 ◦ green 69 ◦ blue 32

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

Shades of Russet #834520

Tints of Russet #834520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

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

R = 56.47%
G = 29.74%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#834520 (or 0x834520) is known color: Russet. HEX triplet: 83, 45 and 20. RGB value is (131,69,32). Sum of RGB (Red+Green+Blue) = 131+69+32=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #834520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834520 is #7CBADF. Grayscale: #535353. Windows color (decimal): -8174304 or 2114947. OLE color: 2114947.

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

Color convert

RGB 131 69 32 -
CMYK 0 0.47 0.76 0.49
HSL 22.42º 0.61% 0.32% -
HSV(B) 22.42º 0.76% 0.51% -
XYZ 11.75 9.19 2.52 -
YUV 83.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 131 69 32 0 0.47 0.76 0.49 22.42 0.61 0.32
Hex 83 45 20 0 2F 4C 31 16 3D 20
Octal 203 105 40 0 57 114 61 26 75 40
Binary 10000011 1000101 100000 0 101111 1001100 110001 10110 111101 100000

Color Harmonies of #834520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834520

Black with #834520

Text Example


Text Example

White with #834520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834520; }

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

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

background-color css

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

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

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

border-color css

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

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

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