Html Css Color HEX #83855E Bandicoot

📋 copy color: '#83855E'

red 131 ◦ green 133 ◦ blue 94

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

Shades of Bandicoot #83855E

Tints of Bandicoot #83855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 36.59%
G = 37.15%
B = 26.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#83855E (or 0x83855E) is known color: Bandicoot. HEX triplet: 83, 85 and 5E. RGB value is (131,133,94). Sum of RGB (Red+Green+Blue) = 131+133+94=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #83855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83855E is #7C7AA1. Grayscale: #808080. Windows color (decimal): -8157858 or 6194563. OLE color: 6194563.

HSL color Cylindrical-coordinate representation of color #83855E: hue angle of 63.08º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83855E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 94 -
CMYK 0.02 0 0.29 0.48
HSL 63.08º 0.17% 0.45% -
HSV(B) 63.08º 0.29% 0.52% -
XYZ 19.77 22.41 13.87 -
YUV 127.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 131 133 94 0.02 0 0.29 0.48 63.08 0.17 0.45
Hex 83 85 5E 2 0 1D 30 3F 11 2D
Octal 203 205 136 2 0 35 60 77 21 55
Binary 10000011 10000101 1011110 10 0 11101 110000 111111 10001 101101

Color Harmonies of #83855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83855E

Black with #83855E

Text Example


Text Example

White with #83855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83855E; }

 p { color: rgb(131,133,94); }

 H1.HeaderClassName
 {
   color: #83855E;
 }
 .AnyTagClassName
 {
   color: #83855E;
 }
</style>

background-color css

<style>
 a { background-color: #83855E; }

 a { background-color: rgb(131,133,94); }

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

border-color css

<style>
 span { border-color: #83855E; }

 span { border-color: rgb(131,133,94); }

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