Html Css Color HEX #555147 Dune

📋 copy color: '#555147'

red 85 ◦ green 81 ◦ blue 71

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

Shades of Dune #555147

Tints of Dune #555147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.96%

R = 35.86%
G = 34.18%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#555147 (or 0x555147) is known color: Dune. HEX triplet: 55, 51 and 47. RGB value is (85,81,71). Sum of RGB (Red+Green+Blue) = 85+81+71=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #555147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555147 is #AAAEB8. Grayscale: #515151. Windows color (decimal): -11185849 or 4673877. OLE color: 4673877.

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

Color convert

RGB 85 81 71 -
CMYK 0 0.05 0.16 0.67
HSL 42.86º 0.09% 0.31% -
HSV(B) 42.86º 0.16% 0.33% -
XYZ 7.83 8.27 7.15 -
YUV 81.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 85 81 71 0 0.05 0.16 0.67 42.86 0.09 0.31
Hex 55 51 47 0 5 10 43 2B 9 1F
Octal 125 121 107 0 5 20 103 53 11 37
Binary 1010101 1010001 1000111 0 101 10000 1000011 101011 1001 11111

Color Harmonies of #555147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555147

Black with #555147

Text Example


Text Example

White with #555147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555147; }

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

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

background-color css

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

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

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

border-color css

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

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

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