Html Css Color HEX #82855B Bandicoot

📋 copy color: '#82855B'

red 130 ◦ green 133 ◦ blue 91

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

Shades of Bandicoot #82855B

Tints of Bandicoot #82855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 36.72%
G = 37.57%
B = 25.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#82855B (or 0x82855B) is known color: Bandicoot. HEX triplet: 82, 85 and 5B. RGB value is (130,133,91). Sum of RGB (Red+Green+Blue) = 130+133+91=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #82855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82855B is #7D7AA4. Grayscale: #7F7F7F. Windows color (decimal): -8223397 or 5997954. OLE color: 5997954.

HSL color Cylindrical-coordinate representation of color #82855B: hue angle of 64.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82855B is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 133 91 -
CMYK 0.02 0 0.32 0.48
HSL 64.29º 0.19% 0.44% -
HSV(B) 64.29º 0.32% 0.52% -
XYZ 19.48 22.28 13.17 -
YUV 127.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 130 133 91 0.02 0 0.32 0.48 64.29 0.19 0.44
Hex 82 85 5B 2 0 20 30 40 13 2C
Octal 202 205 133 2 0 40 60 100 23 54
Binary 10000010 10000101 1011011 10 0 100000 110000 1000000 10011 101100

Color Harmonies of #82855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82855B

Black with #82855B

Text Example


Text Example

White with #82855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82855B; }

 p { color: rgb(130,133,91); }

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

background-color css

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

 a { background-color: rgb(130,133,91); }

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

border-color css

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

 span { border-color: rgb(130,133,91); }

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