Html Css Color HEX #828361 Bandicoot

📋 copy color: '#828361'

red 130 ◦ green 131 ◦ blue 97

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

Shades of Bandicoot #828361

Tints of Bandicoot #828361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 36.31%
G = 36.59%
B = 27.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#828361 (or 0x828361) is known color: Bandicoot. HEX triplet: 82, 83 and 61. RGB value is (130,131,97). Sum of RGB (Red+Green+Blue) = 130+131+97=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #828361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828361 is #7D7C9E. Grayscale: #7E7E7E. Windows color (decimal): -8223903 or 6390658. OLE color: 6390658.

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

Color convert

RGB 130 131 97 -
CMYK 0.01 0 0.26 0.49
HSL 61.76º 0.15% 0.45% -
HSV(B) 61.76º 0.26% 0.51% -
XYZ 19.48 21.84 14.5 -
YUV 126.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 130 131 97 0.01 0 0.26 0.49 61.76 0.15 0.45
Hex 82 83 61 1 0 1A 31 3E F 2D
Octal 202 203 141 1 0 32 61 76 17 55
Binary 10000010 10000011 1100001 1 0 11010 110001 111110 1111 101101

Color Harmonies of #828361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828361

Black with #828361

Text Example


Text Example

White with #828361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828361; }

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

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

background-color css

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

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

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

border-color css

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

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

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