Html Css Color HEX #554E3F Mondo

📋 copy color: '#554E3F'

red 85 ◦ green 78 ◦ blue 63

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

Shades of Mondo #554E3F

Tints of Mondo #554E3F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.51%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 37.61%
G = 34.51%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#554E3F (or 0x554E3F) is known color: Mondo. HEX triplet: 55, 4E and 3F. RGB value is (85,78,63). Sum of RGB (Red+Green+Blue) = 85+78+63=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E3F is #AAB1C0. Grayscale: #4E4E4E. Windows color (decimal): -11186625 or 4148821. OLE color: 4148821.

HSL color Cylindrical-coordinate representation of color #554E3F: hue angle of 40.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #554E3F is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 78 63 -
CMYK 0 0.08 0.26 0.67
HSL 40.91º 0.15% 0.29% -
HSV(B) 40.91º 0.26% 0.33% -
XYZ 7.37 7.74 5.81 -
YUV 78.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 85 78 63 0 0.08 0.26 0.67 40.91 0.15 0.29
Hex 55 4E 3F 0 8 1A 43 29 F 1D
Octal 125 116 77 0 10 32 103 51 17 35
Binary 1010101 1001110 111111 0 1000 11010 1000011 101001 1111 11101

Color Harmonies of #554E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E3F

Black with #554E3F

Text Example


Text Example

White with #554E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,78,63); }

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

background-color css

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

 a { background-color: rgb(85,78,63); }

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

border-color css

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

 span { border-color: rgb(85,78,63); }

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