Html Css Color HEX #83845A Bandicoot

📋 copy color: '#83845A'

red 131 ◦ green 132 ◦ blue 90

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

Shades of Bandicoot #83845A

Tints of Bandicoot #83845A

RGB

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

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

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

R = 37.11%
G = 37.39%
B = 25.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#83845A (or 0x83845A) is known color: Bandicoot. HEX triplet: 83, 84 and 5A. RGB value is (131,132,90). Sum of RGB (Red+Green+Blue) = 131+132+90=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #83845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83845A is #7C7BA5. Grayscale: #7F7F7F. Windows color (decimal): -8158118 or 5932163. OLE color: 5932163.

HSL color Cylindrical-coordinate representation of color #83845A: hue angle of 61.43º 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 #83845A is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 90 -
CMYK 0.01 0 0.32 0.48
HSL 61.43º 0.19% 0.44% -
HSV(B) 61.43º 0.32% 0.52% -
XYZ 19.46 22.07 12.91 -
YUV 126.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 131 132 90 0.01 0 0.32 0.48 61.43 0.19 0.44
Hex 83 84 5A 1 0 20 30 3D 13 2C
Octal 203 204 132 1 0 40 60 75 23 54
Binary 10000011 10000100 1011010 1 0 100000 110000 111101 10011 101100

Color Harmonies of #83845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83845A

Black with #83845A

Text Example


Text Example

White with #83845A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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