Html Css Color HEX #83845D Bandicoot

📋 copy color: '#83845D'

red 131 ◦ green 132 ◦ blue 93

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

Shades of Bandicoot #83845D

Tints of Bandicoot #83845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

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

R = 36.8%
G = 37.08%
B = 26.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#83845D (or 0x83845D) is known color: Bandicoot. HEX triplet: 83, 84 and 5D. RGB value is (131,132,93). Sum of RGB (Red+Green+Blue) = 131+132+93=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #83845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83845D is #7C7BA2. Grayscale: #7F7F7F. Windows color (decimal): -8158115 or 6128771. OLE color: 6128771.

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

Color convert

RGB 131 132 93 -
CMYK 0.01 0 0.30 0.48
HSL 61.54º 0.17% 0.44% -
HSV(B) 61.54º 0.3% 0.52% -
XYZ 19.59 22.12 13.59 -
YUV 127.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 131 132 93 0.01 0 0.30 0.48 61.54 0.17 0.44
Hex 83 84 5D 1 0 1E 30 3E 11 2C
Octal 203 204 135 1 0 36 60 76 21 54
Binary 10000011 10000100 1011101 1 0 11110 110000 111110 10001 101100

Color Harmonies of #83845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83845D

Black with #83845D

Text Example


Text Example

White with #83845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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