Html Css Color HEX #83805D Bandicoot

📋 copy color: '#83805D'

red 131 ◦ green 128 ◦ blue 93

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

Shades of Bandicoot #83805D

Tints of Bandicoot #83805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.36%

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

R = 37.22%
G = 36.36%
B = 26.42%

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

#83805D (or 0x83805D) is known color: Bandicoot. HEX triplet: 83, 80 and 5D. RGB value is (131,128,93). Sum of RGB (Red+Green+Blue) = 131+128+93=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #83805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83805D is #7C7FA2. Grayscale: #7D7D7D. Windows color (decimal): -8159139 or 6127747. OLE color: 6127747.

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

Color convert

RGB 131 128 93 -
CMYK 0 0.02 0.29 0.49
HSL 55.26º 0.17% 0.44% -
HSV(B) 55.26º 0.29% 0.51% -
XYZ 19.06 21.05 13.42 -
YUV 124.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 131 128 93 0 0.02 0.29 0.49 55.26 0.17 0.44
Hex 83 80 5D 0 2 1D 31 37 11 2C
Octal 203 200 135 0 2 35 61 67 21 54
Binary 10000011 10000000 1011101 0 10 11101 110001 110111 10001 101100

Color Harmonies of #83805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83805D

Black with #83805D

Text Example


Text Example

White with #83805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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