Html Css Color HEX #82845F Bandicoot

📋 copy color: '#82845F'

red 130 ◦ green 132 ◦ blue 95

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

Shades of Bandicoot #82845F

Tints of Bandicoot #82845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 36.41%
G = 36.97%
B = 26.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#82845F (or 0x82845F) is known color: Bandicoot. HEX triplet: 82, 84 and 5F. RGB value is (130,132,95). Sum of RGB (Red+Green+Blue) = 130+132+95=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #82845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82845F is #7D7BA0. Grayscale: #7F7F7F. Windows color (decimal): -8223649 or 6259842. OLE color: 6259842.

HSL color Cylindrical-coordinate representation of color #82845F: hue angle of 63.24º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82845F is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 95 -
CMYK 0.02 0 0.28 0.48
HSL 63.24º 0.16% 0.45% -
HSV(B) 63.24º 0.28% 0.52% -
XYZ 19.52 22.07 14.06 -
YUV 127.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 130 132 95 0.02 0 0.28 0.48 63.24 0.16 0.45
Hex 82 84 5F 2 0 1C 30 3F 10 2D
Octal 202 204 137 2 0 34 60 77 20 55
Binary 10000010 10000100 1011111 10 0 11100 110000 111111 10000 101101

Color Harmonies of #82845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82845F

Black with #82845F

Text Example


Text Example

White with #82845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82845F; }

 p { color: rgb(130,132,95); }

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

background-color css

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

 a { background-color: rgb(130,132,95); }

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

border-color css

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

 span { border-color: rgb(130,132,95); }

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