Html Css Color HEX #554743 Saddle

📋 copy color: '#554743'

red 85 ◦ green 71 ◦ blue 67

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

Shades of Saddle #554743

Tints of Saddle #554743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 67 (26.56% from 255) = 30.04%

R = 38.12%
G = 31.84%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#554743 (or 0x554743) is known color: Saddle. HEX triplet: 55, 47 and 43. RGB value is (85,71,67). Sum of RGB (Red+Green+Blue) = 85+71+67=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554743 is #AAB8BC. Grayscale: #4A4A4A. Windows color (decimal): -11188413 or 4409173. OLE color: 4409173.

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

Color convert

RGB 85 71 67 -
CMYK 0 0.16 0.21 0.67
HSL 13.33º 0.12% 0.3% -
HSV(B) 13.33º 0.21% 0.33% -
XYZ 7.01 6.84 6.26 -
YUV 74.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 85 71 67 0 0.16 0.21 0.67 13.33 0.12 0.3
Hex 55 47 43 0 10 15 43 D C 1E
Octal 125 107 103 0 20 25 103 15 14 36
Binary 1010101 1000111 1000011 0 10000 10101 1000011 1101 1100 11110

Color Harmonies of #554743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554743

Black with #554743

Text Example


Text Example

White with #554743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554743; }

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

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

background-color css

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

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

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

border-color css

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

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

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