Html Css Color HEX #555037 Panda

📋 copy color: '#555037'

red 85 ◦ green 80 ◦ blue 55

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

Shades of Panda #555037

Tints of Panda #555037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 55 (21.88% from 255) = 25%

R = 38.64%
G = 36.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#555037 (or 0x555037) is known color: Panda. HEX triplet: 55, 50 and 37. RGB value is (85,80,55). Sum of RGB (Red+Green+Blue) = 85+80+55=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #555037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555037 is #AAAFC8. Grayscale: #4E4E4E. Windows color (decimal): -11186121 or 3625045. OLE color: 3625045.

HSL color Cylindrical-coordinate representation of color #555037: hue angle of 50º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555037 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 55 -
CMYK 0 0.06 0.35 0.67
HSL 50º 0.21% 0.27% -
HSV(B) 50º 0.35% 0.33% -
XYZ 7.3 7.94 4.76 -
YUV 78.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 85 80 55 0 0.06 0.35 0.67 50 0.21 0.27
Hex 55 50 37 0 6 23 43 32 15 1B
Octal 125 120 67 0 6 43 103 62 25 33
Binary 1010101 1010000 110111 0 110 100011 1000011 110010 10101 11011

Color Harmonies of #555037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555037

Black with #555037

Text Example


Text Example

White with #555037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555037; }

 p { color: rgb(85,80,55); }

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

background-color css

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

 a { background-color: rgb(85,80,55); }

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

border-color css

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

 span { border-color: rgb(85,80,55); }

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