Html Css Color HEX #555240 Panda

📋 copy color: '#555240'

red 85 ◦ green 82 ◦ blue 64

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

Shades of Panda #555240

Tints of Panda #555240

RGB

 RED value IS 85 (33.59% from 255) = 36.8%

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

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

R = 36.8%
G = 35.5%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#555240 (or 0x555240) is known color: Panda. HEX triplet: 55, 52 and 40. RGB value is (85,82,64). Sum of RGB (Red+Green+Blue) = 85+82+64=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #555240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555240 is #AAADBF. Grayscale: #505050. Windows color (decimal): -11185600 or 4215381. OLE color: 4215381.

HSL color Cylindrical-coordinate representation of color #555240: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555240 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 82 64 -
CMYK 0 0.04 0.25 0.67
HSL 51.43º 0.14% 0.29% -
HSV(B) 51.43º 0.25% 0.33% -
XYZ 7.69 8.34 6.05 -
YUV 80.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 85 82 64 0 0.04 0.25 0.67 51.43 0.14 0.29
Hex 55 52 40 0 4 19 43 33 E 1D
Octal 125 122 100 0 4 31 103 63 16 35
Binary 1010101 1010010 1000000 0 100 11001 1000011 110011 1110 11101

Color Harmonies of #555240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555240

Black with #555240

Text Example


Text Example

White with #555240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555240; }

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

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

background-color css

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

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

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

border-color css

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

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

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