Html Css Color HEX #554C48 Saddle

📋 copy color: '#554C48'

red 85 ◦ green 76 ◦ blue 72

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

Shades of Saddle #554C48

Tints of Saddle #554C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

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

R = 36.48%
G = 32.62%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#554C48 (or 0x554C48) is known color: Saddle. HEX triplet: 55, 4C and 48. RGB value is (85,76,72). Sum of RGB (Red+Green+Blue) = 85+76+72=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #554C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C48 is #AAB3B7. Grayscale: #4E4E4E. Windows color (decimal): -11187128 or 4738133. OLE color: 4738133.

HSL color Cylindrical-coordinate representation of color #554C48: hue angle of 18.46º 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 #554C48 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 76 72 -
CMYK 0 0.11 0.15 0.67
HSL 18.46º 0.08% 0.31% -
HSV(B) 18.46º 0.15% 0.33% -
XYZ 7.5 7.57 7.2 -
YUV 78.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 85 76 72 0 0.11 0.15 0.67 18.46 0.08 0.31
Hex 55 4C 48 0 B F 43 12 8 1F
Octal 125 114 110 0 13 17 103 22 10 37
Binary 1010101 1001100 1001000 0 1011 1111 1000011 10010 1000 11111

Color Harmonies of #554C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C48

Black with #554C48

Text Example


Text Example

White with #554C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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