Html Css Color HEX #544440 Crater Brown

📋 copy color: '#544440'

red 84 ◦ green 68 ◦ blue 64

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

Shades of Crater Brown #544440

Tints of Crater Brown #544440

RGB

 RED value IS 84 (33.2% from 255) = 38.89%

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

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

R = 38.89%
G = 31.48%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544440 (or 0x544440) is known color: Crater Brown. HEX triplet: 54, 44 and 40. RGB value is (84,68,64). Sum of RGB (Red+Green+Blue) = 84+68+64=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 84 - color contains mainly: red. Hex color #544440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544440 is #ABBBBF. Grayscale: #484848. Windows color (decimal): -11254720 or 4211796. OLE color: 4211796.

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

Color convert

RGB 84 68 64 -
CMYK 0 0.19 0.24 0.67
HSL 12º 0.14% 0.29% -
HSV(B) 12º 0.24% 0.33% -
XYZ 6.65 6.39 5.73 -
YUV 72.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 84 68 64 0 0.19 0.24 0.67 12 0.14 0.29
Hex 54 44 40 0 13 18 43 C E 1D
Octal 124 104 100 0 23 30 103 14 16 35
Binary 1010100 1000100 1000000 0 10011 11000 1000011 1100 1110 11101

Color Harmonies of #544440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544440

Black with #544440

Text Example


Text Example

White with #544440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544440; }

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

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

background-color css

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

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

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

border-color css

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

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

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