Html Css Color HEX #554D39 Panda

📋 copy color: '#554D39'

red 85 ◦ green 77 ◦ blue 57

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

Shades of Panda #554D39

Tints of Panda #554D39

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.16%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 38.81%
G = 35.16%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#554D39 (or 0x554D39) is known color: Panda. HEX triplet: 55, 4D and 39. RGB value is (85,77,57). Sum of RGB (Red+Green+Blue) = 85+77+57=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D39 is #AAB2C6. Grayscale: #4D4D4D. Windows color (decimal): -11186887 or 3755349. OLE color: 3755349.

HSL color Cylindrical-coordinate representation of color #554D39: hue angle of 42.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554D39 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 77 57 -
CMYK 0 0.09 0.33 0.67
HSL 42.86º 0.2% 0.28% -
HSV(B) 42.86º 0.33% 0.33% -
XYZ 7.14 7.53 4.95 -
YUV 77.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 85 77 57 0 0.09 0.33 0.67 42.86 0.2 0.28
Hex 55 4D 39 0 9 21 43 2B 14 1C
Octal 125 115 71 0 11 41 103 53 24 34
Binary 1010101 1001101 111001 0 1001 100001 1000011 101011 10100 11100

Color Harmonies of #554D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D39

Black with #554D39

Text Example


Text Example

White with #554D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554D39; }

 p { color: rgb(85,77,57); }

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

background-color css

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

 a { background-color: rgb(85,77,57); }

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

border-color css

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

 span { border-color: rgb(85,77,57); }

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