Html Css Color HEX #554340 Crater Brown

📋 copy color: '#554340'

red 85 ◦ green 67 ◦ blue 64

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

Shades of Crater Brown #554340

Tints of Crater Brown #554340

RGB

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

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

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

R = 39.35%
G = 31.02%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#554340 (or 0x554340) is known color: Crater Brown. HEX triplet: 55, 43 and 40. RGB value is (85,67,64). Sum of RGB (Red+Green+Blue) = 85+67+64=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #554340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554340 is #AABCBF. Grayscale: #484848. Windows color (decimal): -11189440 or 4211541. OLE color: 4211541.

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

Color convert

RGB 85 67 64 -
CMYK 0 0.21 0.25 0.67
HSL 8.57º 0.14% 0.29% -
HSV(B) 8.57º 0.25% 0.33% -
XYZ 6.68 6.32 5.72 -
YUV 72.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 85 67 64 0 0.21 0.25 0.67 8.57 0.14 0.29
Hex 55 43 40 0 15 19 43 9 E 1D
Octal 125 103 100 0 25 31 103 11 16 35
Binary 1010101 1000011 1000000 0 10101 11001 1000011 1001 1110 11101

Color Harmonies of #554340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554340

Black with #554340

Text Example


Text Example

White with #554340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554340; }

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

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

background-color css

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

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

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

border-color css

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

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

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