Html Css Color HEX #83815C Bandicoot

📋 copy color: '#83815C'

red 131 ◦ green 129 ◦ blue 92

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

Shades of Bandicoot #83815C

Tints of Bandicoot #83815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.65%

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

R = 37.22%
G = 36.65%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83815C (or 0x83815C) is known color: Bandicoot. HEX triplet: 83, 81 and 5C. RGB value is (131,129,92). Sum of RGB (Red+Green+Blue) = 131+129+92=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #83815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83815C is #7C7EA3. Grayscale: #7D7D7D. Windows color (decimal): -8158884 or 6062467. OLE color: 6062467.

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

Color convert

RGB 131 129 92 -
CMYK 0 0.02 0.30 0.49
HSL 56.92º 0.17% 0.44% -
HSV(B) 56.92º 0.3% 0.51% -
XYZ 19.14 21.3 13.23 -
YUV 125.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 131 129 92 0 0.02 0.30 0.49 56.92 0.17 0.44
Hex 83 81 5C 0 2 1E 31 39 11 2C
Octal 203 201 134 0 2 36 61 71 21 54
Binary 10000011 10000001 1011100 0 10 11110 110001 111001 10001 101100

Color Harmonies of #83815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83815C

Black with #83815C

Text Example


Text Example

White with #83815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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