Html Css Color HEX #83855B Bandicoot

📋 copy color: '#83855B'

red 131 ◦ green 133 ◦ blue 91

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

Shades of Bandicoot #83855B

Tints of Bandicoot #83855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 36.9%
G = 37.46%
B = 25.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#83855B (or 0x83855B) is known color: Bandicoot. HEX triplet: 83, 85 and 5B. RGB value is (131,133,91). Sum of RGB (Red+Green+Blue) = 131+133+91=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #83855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83855B is #7C7AA4. Grayscale: #7F7F7F. Windows color (decimal): -8157861 or 5997955. OLE color: 5997955.

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

Color convert

RGB 131 133 91 -
CMYK 0.02 0 0.32 0.48
HSL 62.86º 0.19% 0.44% -
HSV(B) 62.86º 0.32% 0.52% -
XYZ 19.64 22.36 13.18 -
YUV 127.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 131 133 91 0.02 0 0.32 0.48 62.86 0.19 0.44
Hex 83 85 5B 2 0 20 30 3F 13 2C
Octal 203 205 133 2 0 40 60 77 23 54
Binary 10000011 10000101 1011011 10 0 100000 110000 111111 10011 101100

Color Harmonies of #83855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83855B

Black with #83855B

Text Example


Text Example

White with #83855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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