Html Css Color HEX #554540 Crater Brown

📋 copy color: '#554540'

red 85 ◦ green 69 ◦ blue 64

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

Shades of Crater Brown #554540

Tints of Crater Brown #554540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

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

R = 38.99%
G = 31.65%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#554540 (or 0x554540) is known color: Crater Brown. HEX triplet: 55, 45 and 40. RGB value is (85,69,64). Sum of RGB (Red+Green+Blue) = 85+69+64=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554540 is #AABABF. Grayscale: #494949. Windows color (decimal): -11188928 or 4212053. OLE color: 4212053.

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

Color convert

RGB 85 69 64 -
CMYK 0 0.19 0.25 0.67
HSL 14.29º 0.14% 0.29% -
HSV(B) 14.29º 0.25% 0.33% -
XYZ 6.8 6.56 5.76 -
YUV 73.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 85 69 64 0 0.19 0.25 0.67 14.29 0.14 0.29
Hex 55 45 40 0 13 19 43 E E 1D
Octal 125 105 100 0 23 31 103 16 16 35
Binary 1010101 1000101 1000000 0 10011 11001 1000011 1110 1110 11101

Color Harmonies of #554540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554540

Black with #554540

Text Example


Text Example

White with #554540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554540; }

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

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

background-color css

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

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

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

border-color css

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

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

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