Html Css Color HEX #585140 Panda

📋 copy color: '#585140'

red 88 ◦ green 81 ◦ blue 64

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

Shades of Panda #585140

Tints of Panda #585140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.76%

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

R = 37.77%
G = 34.76%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#585140 (or 0x585140) is known color: Panda. HEX triplet: 58, 51 and 40. RGB value is (88,81,64). Sum of RGB (Red+Green+Blue) = 88+81+64=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #585140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585140 is #A7AEBF. Grayscale: #515151. Windows color (decimal): -10989248 or 4215128. OLE color: 4215128.

HSL color Cylindrical-coordinate representation of color #585140: hue angle of 42.5º 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 #585140 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 64 -
CMYK 0 0.08 0.27 0.65
HSL 42.5º 0.16% 0.3% -
HSV(B) 42.5º 0.27% 0.35% -
XYZ 7.89 8.33 6.04 -
YUV 81.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 88 81 64 0 0.08 0.27 0.65 42.5 0.16 0.3
Hex 58 51 40 0 8 1B 41 2A 10 1E
Octal 130 121 100 0 10 33 101 52 20 36
Binary 1011000 1010001 1000000 0 1000 11011 1000001 101010 10000 11110

Color Harmonies of #585140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585140

Black with #585140

Text Example


Text Example

White with #585140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585140; }

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

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

background-color css

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

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

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

border-color css

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

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

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