Html Css Color HEX #585240 Panda

📋 copy color: '#585240'

red 88 ◦ green 82 ◦ blue 64

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

Shades of Panda #585240

Tints of Panda #585240

RGB

 RED value IS 88 (34.77% from 255) = 37.61%

 GREEN value IS 82 (32.42% from 255) = 35.04%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 37.61%
G = 35.04%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#585240 (or 0x585240) is known color: Panda. HEX triplet: 58, 52 and 40. RGB value is (88,82,64). Sum of RGB (Red+Green+Blue) = 88+82+64=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #585240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585240 is #A7ADBF. Grayscale: #515151. Windows color (decimal): -10988992 or 4215384. OLE color: 4215384.

HSL color Cylindrical-coordinate representation of color #585240: hue angle of 45º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585240 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 82 64 -
CMYK 0 0.07 0.27 0.65
HSL 45º 0.16% 0.3% -
HSV(B) 45º 0.27% 0.35% -
XYZ 7.97 8.48 6.07 -
YUV 81.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 88 82 64 0 0.07 0.27 0.65 45 0.16 0.3
Hex 58 52 40 0 7 1B 41 2D 10 1E
Octal 130 122 100 0 7 33 101 55 20 36
Binary 1011000 1010010 1000000 0 111 11011 1000001 101101 10000 11110

Color Harmonies of #585240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585240

Black with #585240

Text Example


Text Example

White with #585240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585240; }

 p { color: rgb(88,82,64); }

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

background-color css

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

 a { background-color: rgb(88,82,64); }

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

border-color css

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

 span { border-color: rgb(88,82,64); }

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