Html Css Color HEX #834320 Russet

📋 copy color: '#834320'

red 131 ◦ green 67 ◦ blue 32

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

Shades of Russet #834320

Tints of Russet #834320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

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

R = 56.96%
G = 29.13%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#834320 (or 0x834320) is known color: Russet. HEX triplet: 83, 43 and 20. RGB value is (131,67,32). Sum of RGB (Red+Green+Blue) = 131+67+32=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #834320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834320 is #7CBCDF. Grayscale: #525252. Windows color (decimal): -8174816 or 2114435. OLE color: 2114435.

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

Color convert

RGB 131 67 32 -
CMYK 0 0.49 0.76 0.49
HSL 21.21º 0.61% 0.32% -
HSV(B) 21.21º 0.76% 0.51% -
XYZ 11.63 8.94 2.48 -
YUV 82.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 131 67 32 0 0.49 0.76 0.49 21.21 0.61 0.32
Hex 83 43 20 0 31 4C 31 15 3D 20
Octal 203 103 40 0 61 114 61 25 75 40
Binary 10000011 1000011 100000 0 110001 1001100 110001 10101 111101 100000

Color Harmonies of #834320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834320

Black with #834320

Text Example


Text Example

White with #834320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834320; }

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

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

background-color css

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

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

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

border-color css

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

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

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