Html Css Color HEX #555145 Dune

📋 copy color: '#555145'

red 85 ◦ green 81 ◦ blue 69

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

Shades of Dune #555145

Tints of Dune #555145

RGB

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

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

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

R = 36.17%
G = 34.47%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#555145 (or 0x555145) is known color: Dune. HEX triplet: 55, 51 and 45. RGB value is (85,81,69). Sum of RGB (Red+Green+Blue) = 85+81+69=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #555145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555145 is #AAAEBA. Grayscale: #505050. Windows color (decimal): -11185851 or 4542805. OLE color: 4542805.

HSL color Cylindrical-coordinate representation of color #555145: hue angle of 45º 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 #555145 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 81 69 -
CMYK 0 0.05 0.19 0.67
HSL 45º 0.1% 0.3% -
HSV(B) 45º 0.19% 0.33% -
XYZ 7.76 8.25 6.81 -
YUV 80.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 85 81 69 0 0.05 0.19 0.67 45 0.1 0.3
Hex 55 51 45 0 5 13 43 2D A 1E
Octal 125 121 105 0 5 23 103 55 12 36
Binary 1010101 1010001 1000101 0 101 10011 1000011 101101 1010 11110

Color Harmonies of #555145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555145

Black with #555145

Text Example


Text Example

White with #555145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555145; }

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

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

background-color css

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

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

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

border-color css

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

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

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