Html Css Color HEX #828363 Bandicoot

📋 copy color: '#828363'

red 130 ◦ green 131 ◦ blue 99

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

Shades of Bandicoot #828363

Tints of Bandicoot #828363

RGB

 RED value IS 130 (51.17% from 255) = 36.11%

 GREEN value IS 131 (51.56% from 255) = 36.39%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 36.11%
G = 36.39%
B = 27.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#828363 (or 0x828363) is known color: Bandicoot. HEX triplet: 82, 83 and 63. RGB value is (130,131,99). Sum of RGB (Red+Green+Blue) = 130+131+99=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 131 - color contains mainly: green. Hex color #828363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828363 is #7D7C9C. Grayscale: #7F7F7F. Windows color (decimal): -8223901 or 6521730. OLE color: 6521730.

HSL color Cylindrical-coordinate representation of color #828363: hue angle of 61.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #828363 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 99 -
CMYK 0.01 0 0.24 0.49
HSL 61.88º 0.14% 0.45% -
HSV(B) 61.88º 0.24% 0.51% -
XYZ 19.57 21.88 15 -
YUV 127.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 130 131 99 0.01 0 0.24 0.49 61.88 0.14 0.45
Hex 82 83 63 1 0 18 31 3E E 2D
Octal 202 203 143 1 0 30 61 76 16 55
Binary 10000010 10000011 1100011 1 0 11000 110001 111110 1110 101101

Color Harmonies of #828363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828363

Black with #828363

Text Example


Text Example

White with #828363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828363; }

 p { color: rgb(130,131,99); }

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

background-color css

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

 a { background-color: rgb(130,131,99); }

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

border-color css

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

 span { border-color: rgb(130,131,99); }

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