Html Css Color HEX #544340 Crater Brown

📋 copy color: '#544340'

red 84 ◦ green 67 ◦ blue 64

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

Shades of Crater Brown #544340

Tints of Crater Brown #544340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.16%

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

R = 39.07%
G = 31.16%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#544340 (or 0x544340) is known color: Crater Brown. HEX triplet: 54, 43 and 40. RGB value is (84,67,64). Sum of RGB (Red+Green+Blue) = 84+67+64=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #544340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544340 is #ABBCBF. Grayscale: #474747. Windows color (decimal): -11254976 or 4211540. OLE color: 4211540.

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

Color convert

RGB 84 67 64 -
CMYK 0 0.20 0.24 0.67
HSL 0.14% 0.29% -
HSV(B) 0.24% 0.33% -
XYZ 6.59 6.27 5.71 -
YUV 71.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 84 67 64 0 0.20 0.24 0.67 9 0.14 0.29
Hex 54 43 40 0 14 18 43 9 E 1D
Octal 124 103 100 0 24 30 103 11 16 35
Binary 1010100 1000011 1000000 0 10100 11000 1000011 1001 1110 11101

Color Harmonies of #544340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544340

Black with #544340

Text Example


Text Example

White with #544340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544340; }

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

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

background-color css

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

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

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

border-color css

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

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

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