Html Css Color HEX #83845F Bandicoot

📋 copy color: '#83845F'

red 131 ◦ green 132 ◦ blue 95

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

Shades of Bandicoot #83845F

Tints of Bandicoot #83845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.54%

R = 36.59%
G = 36.87%
B = 26.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#83845F (or 0x83845F) is known color: Bandicoot. HEX triplet: 83, 84 and 5F. RGB value is (131,132,95). Sum of RGB (Red+Green+Blue) = 131+132+95=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #83845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83845F is #7C7BA0. Grayscale: #7F7F7F. Windows color (decimal): -8158113 or 6259843. OLE color: 6259843.

HSL color Cylindrical-coordinate representation of color #83845F: hue angle of 61.62º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83845F is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 95 -
CMYK 0.01 0 0.28 0.48
HSL 61.62º 0.16% 0.45% -
HSV(B) 61.62º 0.28% 0.52% -
XYZ 19.68 22.15 14.07 -
YUV 127.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 131 132 95 0.01 0 0.28 0.48 61.62 0.16 0.45
Hex 83 84 5F 1 0 1C 30 3E 10 2D
Octal 203 204 137 1 0 34 60 76 20 55
Binary 10000011 10000100 1011111 1 0 11100 110000 111110 10000 101101

Color Harmonies of #83845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83845F

Black with #83845F

Text Example


Text Example

White with #83845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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