Html Css Color HEX #828360 Bandicoot

📋 copy color: '#828360'

red 130 ◦ green 131 ◦ blue 96

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

Shades of Bandicoot #828360

Tints of Bandicoot #828360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 36.41%
G = 36.69%
B = 26.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#828360 (or 0x828360) is known color: Bandicoot. HEX triplet: 82, 83 and 60. RGB value is (130,131,96). Sum of RGB (Red+Green+Blue) = 130+131+96=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #828360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828360 is #7D7C9F. Grayscale: #7E7E7E. Windows color (decimal): -8223904 or 6325122. OLE color: 6325122.

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

Color convert

RGB 130 131 96 -
CMYK 0.01 0 0.27 0.49
HSL 61.71º 0.15% 0.45% -
HSV(B) 61.71º 0.27% 0.51% -
XYZ 19.43 21.82 14.25 -
YUV 126.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 130 131 96 0.01 0 0.27 0.49 61.71 0.15 0.45
Hex 82 83 60 1 0 1B 31 3E F 2D
Octal 202 203 140 1 0 33 61 76 17 55
Binary 10000010 10000011 1100000 1 0 11011 110001 111110 1111 101101

Color Harmonies of #828360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828360

Black with #828360

Text Example


Text Example

White with #828360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828360; }

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

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

background-color css

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

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

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

border-color css

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

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

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