Html Css Color HEX #555138 Panda

📋 copy color: '#555138'

red 85 ◦ green 81 ◦ blue 56

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

Shades of Panda #555138

Tints of Panda #555138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.23%

R = 38.29%
G = 36.49%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#555138 (or 0x555138) is known color: Panda. HEX triplet: 55, 51 and 38. RGB value is (85,81,56). Sum of RGB (Red+Green+Blue) = 85+81+56=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #555138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555138 is #AAAEC7. Grayscale: #4F4F4F. Windows color (decimal): -11185864 or 3690837. OLE color: 3690837.

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

Color convert

RGB 85 81 56 -
CMYK 0 0.05 0.34 0.67
HSL 51.72º 0.21% 0.28% -
HSV(B) 51.72º 0.34% 0.33% -
XYZ 7.4 8.1 4.92 -
YUV 79.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 85 81 56 0 0.05 0.34 0.67 51.72 0.21 0.28
Hex 55 51 38 0 5 22 43 34 15 1C
Octal 125 121 70 0 5 42 103 64 25 34
Binary 1010101 1010001 111000 0 101 100010 1000011 110100 10101 11100

Color Harmonies of #555138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555138

Black with #555138

Text Example


Text Example

White with #555138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555138; }

 p { color: rgb(85,81,56); }

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

background-color css

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

 a { background-color: rgb(85,81,56); }

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

border-color css

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

 span { border-color: rgb(85,81,56); }

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