Html Css Color HEX #83865A Bandicoot

📋 copy color: '#83865A'

red 131 ◦ green 134 ◦ blue 90

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

Shades of Bandicoot #83865A

Tints of Bandicoot #83865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 36.9%
G = 37.75%
B = 25.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#83865A (or 0x83865A) is known color: Bandicoot. HEX triplet: 83, 86 and 5A. RGB value is (131,134,90). Sum of RGB (Red+Green+Blue) = 131+134+90=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #83865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83865A is #7C79A5. Grayscale: #808080. Windows color (decimal): -8157606 or 5932675. OLE color: 5932675.

HSL color Cylindrical-coordinate representation of color #83865A: hue angle of 64.09º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83865A is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 90 -
CMYK 0.02 0 0.33 0.47
HSL 64.09º 0.2% 0.44% -
HSV(B) 64.09º 0.33% 0.53% -
XYZ 19.73 22.61 13 -
YUV 128.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 131 134 90 0.02 0 0.33 0.47 64.09 0.2 0.44
Hex 83 86 5A 2 0 21 2F 40 14 2C
Octal 203 206 132 2 0 41 57 100 24 54
Binary 10000011 10000110 1011010 10 0 100001 101111 1000000 10100 101100

Color Harmonies of #83865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83865A

Black with #83865A

Text Example


Text Example

White with #83865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83865A; }

 p { color: rgb(131,134,90); }

 H1.HeaderClassName
 {
   color: #83865A;
 }
 .AnyTagClassName
 {
   color: #83865A;
 }
</style>

background-color css

<style>
 a { background-color: #83865A; }

 a { background-color: rgb(131,134,90); }

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

border-color css

<style>
 span { border-color: #83865A; }

 span { border-color: rgb(131,134,90); }

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