Html Css Color HEX #82815D Bandicoot

📋 copy color: '#82815D'

red 130 ◦ green 129 ◦ blue 93

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

Shades of Bandicoot #82815D

Tints of Bandicoot #82815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 36.93%
G = 36.65%
B = 26.42%

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

#82815D (or 0x82815D) is known color: Bandicoot. HEX triplet: 82, 81 and 5D. RGB value is (130,129,93). Sum of RGB (Red+Green+Blue) = 130+129+93=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #82815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82815D is #7D7EA2. Grayscale: #7D7D7D. Windows color (decimal): -8224419 or 6128002. OLE color: 6128002.

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

Color convert

RGB 130 129 93 -
CMYK 0 0.01 0.28 0.49
HSL 58.38º 0.17% 0.44% -
HSV(B) 58.38º 0.28% 0.51% -
XYZ 19.03 21.24 13.45 -
YUV 125.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 130 129 93 0 0.01 0.28 0.49 58.38 0.17 0.44
Hex 82 81 5D 0 1 1C 31 3A 11 2C
Octal 202 201 135 0 1 34 61 72 21 54
Binary 10000010 10000001 1011101 0 1 11100 110001 111010 10001 101100

Color Harmonies of #82815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82815D

Black with #82815D

Text Example


Text Example

White with #82815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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