Html Css Color HEX #555241 Panda

📋 copy color: '#555241'

red 85 ◦ green 82 ◦ blue 65

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

Shades of Panda #555241

Tints of Panda #555241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 36.64%
G = 35.34%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#555241 (or 0x555241) is known color: Panda. HEX triplet: 55, 52 and 41. RGB value is (85,82,65). Sum of RGB (Red+Green+Blue) = 85+82+65=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #555241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555241 is #AAADBE. Grayscale: #515151. Windows color (decimal): -11185599 or 4280917. OLE color: 4280917.

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

Color convert

RGB 85 82 65 -
CMYK 0 0.04 0.24 0.67
HSL 51º 0.13% 0.29% -
HSV(B) 51º 0.24% 0.33% -
XYZ 7.72 8.35 6.21 -
YUV 80.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 85 82 65 0 0.04 0.24 0.67 51 0.13 0.29
Hex 55 52 41 0 4 18 43 33 D 1D
Octal 125 122 101 0 4 30 103 63 15 35
Binary 1010101 1010010 1000001 0 100 11000 1000011 110011 1101 11101

Color Harmonies of #555241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555241

Black with #555241

Text Example


Text Example

White with #555241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555241; }

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

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

background-color css

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

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

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

border-color css

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

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

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