Html Css Color HEX #554440 Crater Brown

📋 copy color: '#554440'

red 85 ◦ green 68 ◦ blue 64

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

Shades of Crater Brown #554440

Tints of Crater Brown #554440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 39.17%
G = 31.34%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#554440 (or 0x554440) is known color: Crater Brown. HEX triplet: 55, 44 and 40. RGB value is (85,68,64). Sum of RGB (Red+Green+Blue) = 85+68+64=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #554440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554440 is #AABBBF. Grayscale: #484848. Windows color (decimal): -11189184 or 4211797. OLE color: 4211797.

HSL color Cylindrical-coordinate representation of color #554440: hue angle of 11.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554440 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 68 64 -
CMYK 0 0.20 0.25 0.67
HSL 11.43º 0.14% 0.29% -
HSV(B) 11.43º 0.25% 0.33% -
XYZ 6.74 6.44 5.74 -
YUV 72.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 85 68 64 0 0.20 0.25 0.67 11.43 0.14 0.29
Hex 55 44 40 0 14 19 43 B E 1D
Octal 125 104 100 0 24 31 103 13 16 35
Binary 1010101 1000100 1000000 0 10100 11001 1000011 1011 1110 11101

Color Harmonies of #554440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554440

Black with #554440

Text Example


Text Example

White with #554440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554440; }

 p { color: rgb(85,68,64); }

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

background-color css

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

 a { background-color: rgb(85,68,64); }

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

border-color css

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

 span { border-color: rgb(85,68,64); }

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