Html Css Color HEX #83815D Bandicoot

📋 copy color: '#83815D'

red 131 ◦ green 129 ◦ blue 93

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

Shades of Bandicoot #83815D

Tints of Bandicoot #83815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.35%

R = 37.11%
G = 36.54%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83815D (or 0x83815D) is known color: Bandicoot. HEX triplet: 83, 81 and 5D. RGB value is (131,129,93). Sum of RGB (Red+Green+Blue) = 131+129+93=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83815D is #7C7EA2. Grayscale: #7D7D7D. Windows color (decimal): -8158883 or 6128003. OLE color: 6128003.

HSL color Cylindrical-coordinate representation of color #83815D: hue angle of 56.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83815D is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 129 93 -
CMYK 0 0.02 0.29 0.49
HSL 56.84º 0.17% 0.44% -
HSV(B) 56.84º 0.29% 0.51% -
XYZ 19.19 21.32 13.46 -
YUV 125.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 131 129 93 0 0.02 0.29 0.49 56.84 0.17 0.44
Hex 83 81 5D 0 2 1D 31 39 11 2C
Octal 203 201 135 0 2 35 61 71 21 54
Binary 10000011 10000001 1011101 0 10 11101 110001 111001 10001 101100

Color Harmonies of #83815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83815D

Black with #83815D

Text Example


Text Example

White with #83815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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