Html Css Color HEX #828362 Bandicoot

📋 copy color: '#828362'

red 130 ◦ green 131 ◦ blue 98

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

Shades of Bandicoot #828362

Tints of Bandicoot #828362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 36.21%
G = 36.49%
B = 27.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#828362 (or 0x828362) is known color: Bandicoot. HEX triplet: 82, 83 and 62. RGB value is (130,131,98). Sum of RGB (Red+Green+Blue) = 130+131+98=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #828362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828362 is #7D7C9D. Grayscale: #7F7F7F. Windows color (decimal): -8223902 or 6456194. OLE color: 6456194.

HSL color Cylindrical-coordinate representation of color #828362: hue angle of 61.82º degrees, saturation: 0.14, 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 #828362 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 131 98 -
CMYK 0.01 0 0.25 0.49
HSL 61.82º 0.14% 0.45% -
HSV(B) 61.82º 0.25% 0.51% -
XYZ 19.53 21.86 14.75 -
YUV 126.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 130 131 98 0.01 0 0.25 0.49 61.82 0.14 0.45
Hex 82 83 62 1 0 19 31 3E E 2D
Octal 202 203 142 1 0 31 61 76 16 55
Binary 10000010 10000011 1100010 1 0 11001 110001 111110 1110 101101

Color Harmonies of #828362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828362

Black with #828362

Text Example


Text Example

White with #828362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828362; }

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

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

background-color css

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

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

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

border-color css

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

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

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