Html Css Color HEX #82805E Bandicoot

📋 copy color: '#82805E'

red 130 ◦ green 128 ◦ blue 94

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

Shades of Bandicoot #82805E

Tints of Bandicoot #82805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 36.93%
G = 36.36%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82805E (or 0x82805E) is known color: Bandicoot. HEX triplet: 82, 80 and 5E. RGB value is (130,128,94). Sum of RGB (Red+Green+Blue) = 130+128+94=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #82805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82805E is #7D7FA1. Grayscale: #7C7C7C. Windows color (decimal): -8224674 or 6193282. OLE color: 6193282.

HSL color Cylindrical-coordinate representation of color #82805E: hue angle of 56.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82805E is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 128 94 -
CMYK 0 0.02 0.28 0.49
HSL 56.67º 0.16% 0.44% -
HSV(B) 56.67º 0.28% 0.51% -
XYZ 18.95 20.99 13.64 -
YUV 124.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 130 128 94 0 0.02 0.28 0.49 56.67 0.16 0.44
Hex 82 80 5E 0 2 1C 31 39 10 2C
Octal 202 200 136 0 2 34 61 71 20 54
Binary 10000010 10000000 1011110 0 10 11100 110001 111001 10000 101100

Color Harmonies of #82805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82805E

Black with #82805E

Text Example


Text Example

White with #82805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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