Html Css Color HEX #82825C Bandicoot

📋 copy color: '#82825C'

red 130 ◦ green 130 ◦ blue 92

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

Shades of Bandicoot #82825C

Tints of Bandicoot #82825C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 36.93%
G = 36.93%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82825C (or 0x82825C) is known color: Bandicoot. HEX triplet: 82, 82 and 5C. RGB value is (130,130,92). Sum of RGB (Red+Green+Blue) = 130+130+92=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82825C is #7D7DA3. Grayscale: #7D7D7D. Windows color (decimal): -8224164 or 6062722. OLE color: 6062722.

HSL color Cylindrical-coordinate representation of color #82825C: hue angle of 60º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82825C is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 130 92 -
CMYK 0 0 0.29 0.49
HSL 60º 0.17% 0.44% -
HSV(B) 60º 0.29% 0.51% -
XYZ 19.12 21.48 13.26 -
YUV 125.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 130 130 92 0 0 0.29 0.49 60 0.17 0.44
Hex 82 82 5C 0 0 1D 31 3C 11 2C
Octal 202 202 134 0 0 35 61 74 21 54
Binary 10000010 10000010 1011100 0 0 11101 110001 111100 10001 101100

Color Harmonies of #82825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82825C

Black with #82825C

Text Example


Text Example

White with #82825C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82825C; }

 p { color: rgb(130,130,92); }

 H1.HeaderClassName
 {
   color: #82825C;
 }
 .AnyTagClassName
 {
   color: #82825C;
 }
</style>

background-color css

<style>
 a { background-color: #82825C; }

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

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

border-color css

<style>
 span { border-color: #82825C; }

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

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