Html Css Color HEX #555045 Dune

📋 copy color: '#555045'

red 85 ◦ green 80 ◦ blue 69

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

Shades of Dune #555045

Tints of Dune #555045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 36.32%
G = 34.19%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#555045 (or 0x555045) is known color: Dune. HEX triplet: 55, 50 and 45. RGB value is (85,80,69). Sum of RGB (Red+Green+Blue) = 85+80+69=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #555045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555045 is #AAAFBA. Grayscale: #505050. Windows color (decimal): -11186107 or 4542549. OLE color: 4542549.

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

Color convert

RGB 85 80 69 -
CMYK 0 0.06 0.19 0.67
HSL 41.25º 0.1% 0.3% -
HSV(B) 41.25º 0.19% 0.33% -
XYZ 7.69 8.1 6.79 -
YUV 80.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 85 80 69 0 0.06 0.19 0.67 41.25 0.1 0.3
Hex 55 50 45 0 6 13 43 29 A 1E
Octal 125 120 105 0 6 23 103 51 12 36
Binary 1010101 1010000 1000101 0 110 10011 1000011 101001 1010 11110

Color Harmonies of #555045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555045

Black with #555045

Text Example


Text Example

White with #555045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555045; }

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

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

background-color css

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

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

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

border-color css

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

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

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