Html Css Color HEX #828061 Bandicoot

📋 copy color: '#828061'

red 130 ◦ green 128 ◦ blue 97

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

Shades of Bandicoot #828061

Tints of Bandicoot #828061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 36.62%
G = 36.06%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#828061 (or 0x828061) is known color: Bandicoot. HEX triplet: 82, 80 and 61. RGB value is (130,128,97). Sum of RGB (Red+Green+Blue) = 130+128+97=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #828061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828061 is #7D7F9E. Grayscale: #7D7D7D. Windows color (decimal): -8224671 or 6389890. OLE color: 6389890.

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

Color convert

RGB 130 128 97 -
CMYK 0 0.02 0.25 0.49
HSL 56.36º 0.15% 0.45% -
HSV(B) 56.36º 0.25% 0.51% -
XYZ 19.08 21.05 14.37 -
YUV 125.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 130 128 97 0 0.02 0.25 0.49 56.36 0.15 0.45
Hex 82 80 61 0 2 19 31 38 F 2D
Octal 202 200 141 0 2 31 61 70 17 55
Binary 10000010 10000000 1100001 0 10 11001 110001 111000 1111 101101

Color Harmonies of #828061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828061

Black with #828061

Text Example


Text Example

White with #828061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828061; }

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

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

background-color css

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

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

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

border-color css

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

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

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