Html Css Color HEX #83855D Bandicoot

📋 copy color: '#83855D'

red 131 ◦ green 133 ◦ blue 93

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

Shades of Bandicoot #83855D

Tints of Bandicoot #83855D

RGB

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

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

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

R = 36.69%
G = 37.25%
B = 26.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#83855D (or 0x83855D) is known color: Bandicoot. HEX triplet: 83, 85 and 5D. RGB value is (131,133,93). Sum of RGB (Red+Green+Blue) = 131+133+93=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #83855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83855D is #7C7AA2. Grayscale: #808080. Windows color (decimal): -8157859 or 6129027. OLE color: 6129027.

HSL color Cylindrical-coordinate representation of color #83855D: hue angle of 63º 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 #83855D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 93 -
CMYK 0.02 0 0.30 0.48
HSL 63º 0.18% 0.44% -
HSV(B) 63º 0.3% 0.52% -
XYZ 19.72 22.39 13.64 -
YUV 127.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 131 133 93 0.02 0 0.30 0.48 63 0.18 0.44
Hex 83 85 5D 2 0 1E 30 3F 12 2C
Octal 203 205 135 2 0 36 60 77 22 54
Binary 10000011 10000101 1011101 10 0 11110 110000 111111 10010 101100

Color Harmonies of #83855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83855D

Black with #83855D

Text Example


Text Example

White with #83855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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