Html Css Color HEX #554844 Saddle

📋 copy color: '#554844'

red 85 ◦ green 72 ◦ blue 68

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

Shades of Saddle #554844

Tints of Saddle #554844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32%

 BLUE value IS 68 (26.95% from 255) = 30.22%

R = 37.78%
G = 32%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#554844 (or 0x554844) is known color: Saddle. HEX triplet: 55, 48 and 44. RGB value is (85,72,68). Sum of RGB (Red+Green+Blue) = 85+72+68=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554844 is #AAB7BB. Grayscale: #4B4B4B. Windows color (decimal): -11188156 or 4474965. OLE color: 4474965.

HSL color Cylindrical-coordinate representation of color #554844: hue angle of 14.12º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #554844 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 68 -
CMYK 0 0.15 0.20 0.67
HSL 14.12º 0.11% 0.3% -
HSV(B) 14.12º 0.2% 0.33% -
XYZ 7.11 6.98 6.44 -
YUV 75.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 85 72 68 0 0.15 0.20 0.67 14.12 0.11 0.3
Hex 55 48 44 0 F 14 43 E B 1E
Octal 125 110 104 0 17 24 103 16 13 36
Binary 1010101 1001000 1000100 0 1111 10100 1000011 1110 1011 11110

Color Harmonies of #554844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554844

Black with #554844

Text Example


Text Example

White with #554844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554844; }

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

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

background-color css

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

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

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

border-color css

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

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

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