Html Css Color HEX #82815E Bandicoot

📋 copy color: '#82815E'

red 130 ◦ green 129 ◦ blue 94

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

Shades of Bandicoot #82815E

Tints of Bandicoot #82815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

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

R = 36.83%
G = 36.54%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82815E (or 0x82815E) is known color: Bandicoot. HEX triplet: 82, 81 and 5E. RGB value is (130,129,94). Sum of RGB (Red+Green+Blue) = 130+129+94=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82815E is #7D7EA1. Grayscale: #7D7D7D. Windows color (decimal): -8224418 or 6193538. OLE color: 6193538.

HSL color Cylindrical-coordinate representation of color #82815E: hue angle of 58.33º 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 #82815E is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 129 94 -
CMYK 0 0.01 0.28 0.49
HSL 58.33º 0.16% 0.44% -
HSV(B) 58.33º 0.28% 0.51% -
XYZ 19.08 21.25 13.69 -
YUV 125.31 110.33 131.35 -
System Red Green Blue C M Y K H S L
Decimal 130 129 94 0 0.01 0.28 0.49 58.33 0.16 0.44
Hex 82 81 5E 0 1 1C 31 3A 10 2C
Octal 202 201 136 0 1 34 61 72 20 54
Binary 10000010 10000001 1011110 0 1 11100 110001 111010 10000 101100

Color Harmonies of #82815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82815E

Black with #82815E

Text Example


Text Example

White with #82815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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