Html Css Color HEX #83825C Bandicoot

📋 copy color: '#83825C'

red 131 ◦ green 130 ◦ blue 92

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

Shades of Bandicoot #83825C

Tints of Bandicoot #83825C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 37.11%
G = 36.83%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83825C (or 0x83825C) is known color: Bandicoot. HEX triplet: 83, 82 and 5C. RGB value is (131,130,92). Sum of RGB (Red+Green+Blue) = 131+130+92=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83825C is #7C7DA3. Grayscale: #7E7E7E. Windows color (decimal): -8158628 or 6062723. OLE color: 6062723.

HSL color Cylindrical-coordinate representation of color #83825C: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83825C is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 130 92 -
CMYK 0 0.01 0.30 0.49
HSL 58.46º 0.17% 0.44% -
HSV(B) 58.46º 0.3% 0.51% -
XYZ 19.27 21.56 13.27 -
YUV 125.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 131 130 92 0 0.01 0.30 0.49 58.46 0.17 0.44
Hex 83 82 5C 0 1 1E 31 3A 11 2C
Octal 203 202 134 0 1 36 61 72 21 54
Binary 10000011 10000010 1011100 0 1 11110 110001 111010 10001 101100

Color Harmonies of #83825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83825C

Black with #83825C

Text Example


Text Example

White with #83825C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83825C; }

 p { color: rgb(131,130,92); }

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

background-color css

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

 a { background-color: rgb(131,130,92); }

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

border-color css

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

 span { border-color: rgb(131,130,92); }

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