Html Css Color HEX #555248 Dune

📋 copy color: '#555248'

red 85 ◦ green 82 ◦ blue 72

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

Shades of Dune #555248

Tints of Dune #555248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 35.56%
G = 34.31%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#555248 (or 0x555248) is known color: Dune. HEX triplet: 55, 52 and 48. RGB value is (85,82,72). Sum of RGB (Red+Green+Blue) = 85+82+72=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #555248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555248 is #AAADB7. Grayscale: #515151. Windows color (decimal): -11185592 or 4739669. OLE color: 4739669.

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

Color convert

RGB 85 82 72 -
CMYK 0 0.04 0.15 0.67
HSL 46.15º 0.08% 0.31% -
HSV(B) 46.15º 0.15% 0.33% -
XYZ 7.93 8.43 7.34 -
YUV 81.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 85 82 72 0 0.04 0.15 0.67 46.15 0.08 0.31
Hex 55 52 48 0 4 F 43 2E 8 1F
Octal 125 122 110 0 4 17 103 56 10 37
Binary 1010101 1010010 1001000 0 100 1111 1000011 101110 1000 11111

Color Harmonies of #555248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555248

Black with #555248

Text Example


Text Example

White with #555248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555248; }

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

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

background-color css

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

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

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

border-color css

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

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

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