Html Css Color HEX #554843 Saddle

📋 copy color: '#554843'

red 85 ◦ green 72 ◦ blue 67

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

Shades of Saddle #554843

Tints of Saddle #554843

RGB

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

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

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

R = 37.95%
G = 32.14%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#554843 (or 0x554843) is known color: Saddle. HEX triplet: 55, 48 and 43. RGB value is (85,72,67). Sum of RGB (Red+Green+Blue) = 85+72+67=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554843 is #AAB7BC. Grayscale: #4B4B4B. Windows color (decimal): -11188157 or 4409429. OLE color: 4409429.

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

Color convert

RGB 85 72 67 -
CMYK 0 0.15 0.21 0.67
HSL 16.67º 0.12% 0.3% -
HSV(B) 16.67º 0.21% 0.33% -
XYZ 7.08 6.97 6.28 -
YUV 75.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 85 72 67 0 0.15 0.21 0.67 16.67 0.12 0.3
Hex 55 48 43 0 F 15 43 11 C 1E
Octal 125 110 103 0 17 25 103 21 14 36
Binary 1010101 1001000 1000011 0 1111 10101 1000011 10001 1100 11110

Color Harmonies of #554843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554843

Black with #554843

Text Example


Text Example

White with #554843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554843; }

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

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

background-color css

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

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

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

border-color css

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

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

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