Html Css Color HEX #554B47 Saddle

📋 copy color: '#554B47'

red 85 ◦ green 75 ◦ blue 71

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

Shades of Saddle #554B47

Tints of Saddle #554B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.47%

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 36.8%
G = 32.47%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#554B47 (or 0x554B47) is known color: Saddle. HEX triplet: 55, 4B and 47. RGB value is (85,75,71). Sum of RGB (Red+Green+Blue) = 85+75+71=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #554B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B47 is #AAB4B8. Grayscale: #4D4D4D. Windows color (decimal): -11187385 or 4672341. OLE color: 4672341.

HSL color Cylindrical-coordinate representation of color #554B47: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554B47 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 75 71 -
CMYK 0 0.12 0.16 0.67
HSL 17.14º 0.09% 0.31% -
HSV(B) 17.14º 0.16% 0.33% -
XYZ 7.4 7.42 7 -
YUV 77.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 85 75 71 0 0.12 0.16 0.67 17.14 0.09 0.31
Hex 55 4B 47 0 C 10 43 11 9 1F
Octal 125 113 107 0 14 20 103 21 11 37
Binary 1010101 1001011 1000111 0 1100 10000 1000011 10001 1001 11111

Color Harmonies of #554B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B47

Black with #554B47

Text Example


Text Example

White with #554B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,75,71); }

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

background-color css

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

 a { background-color: rgb(85,75,71); }

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

border-color css

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

 span { border-color: rgb(85,75,71); }

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