Html Css Color HEX #83845C Bandicoot

📋 copy color: '#83845C'

red 131 ◦ green 132 ◦ blue 92

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

Shades of Bandicoot #83845C

Tints of Bandicoot #83845C

RGB

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

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

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

R = 36.9%
G = 37.18%
B = 25.92%

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

#83845C (or 0x83845C) is known color: Bandicoot. HEX triplet: 83, 84 and 5C. RGB value is (131,132,92). Sum of RGB (Red+Green+Blue) = 131+132+92=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #83845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83845C is #7C7BA3. Grayscale: #7F7F7F. Windows color (decimal): -8158116 or 6063235. OLE color: 6063235.

HSL color Cylindrical-coordinate representation of color #83845C: hue angle of 61.5º degrees, saturation: 0.18, 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 #83845C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 92 -
CMYK 0.01 0 0.30 0.48
HSL 61.5º 0.18% 0.44% -
HSV(B) 61.5º 0.3% 0.52% -
XYZ 19.54 22.1 13.36 -
YUV 127.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 131 132 92 0.01 0 0.30 0.48 61.5 0.18 0.44
Hex 83 84 5C 1 0 1E 30 3E 12 2C
Octal 203 204 134 1 0 36 60 76 22 54
Binary 10000011 10000100 1011100 1 0 11110 110000 111110 10010 101100

Color Harmonies of #83845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83845C

Black with #83845C

Text Example


Text Example

White with #83845C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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