Html Css Color HEX #544240 Crater Brown

📋 copy color: '#544240'

red 84 ◦ green 66 ◦ blue 64

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

Shades of Crater Brown #544240

Tints of Crater Brown #544240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

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

R = 39.25%
G = 30.84%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544240 (or 0x544240) is known color: Crater Brown. HEX triplet: 54, 42 and 40. RGB value is (84,66,64). Sum of RGB (Red+Green+Blue) = 84+66+64=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #544240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544240 is #ABBDBF. Grayscale: #474747. Windows color (decimal): -11255232 or 4211284. OLE color: 4211284.

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

Color convert

RGB 84 66 64 -
CMYK 0 0.21 0.24 0.67
HSL 0.14% 0.29% -
HSV(B) 0.24% 0.33% -
XYZ 6.53 6.15 5.69 -
YUV 71.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 84 66 64 0 0.21 0.24 0.67 6 0.14 0.29
Hex 54 42 40 0 15 18 43 6 E 1D
Octal 124 102 100 0 25 30 103 6 16 35
Binary 1010100 1000010 1000000 0 10101 11000 1000011 110 1110 11101

Color Harmonies of #544240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544240

Black with #544240

Text Example


Text Example

White with #544240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544240; }

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

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

background-color css

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

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

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

border-color css

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

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

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