Html Css Color HEX #554040 Woody Brown

📋 copy color: '#554040'

red 85 ◦ green 64 ◦ blue 64

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

Shades of Woody Brown #554040

Tints of Woody Brown #554040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

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

R = 39.91%
G = 30.05%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#554040 (or 0x554040) is known color: Woody Brown. HEX triplet: 55, 40 and 40. RGB value is (85,64,64). Sum of RGB (Red+Green+Blue) = 85+64+64=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554040 is #AABFBF. Grayscale: #464646. Windows color (decimal): -11190208 or 4210773. OLE color: 4210773.

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

Color convert

RGB 85 64 64 -
CMYK 0 0.25 0.25 0.67
HSL 0.14% 0.29% -
HSV(B) 0.25% 0.33% -
XYZ 6.51 5.97 5.66 -
YUV 70.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 85 64 64 0 0.25 0.25 0.67 0 0.14 0.29
Hex 55 40 40 0 19 19 43 0 E 1D
Octal 125 100 100 0 31 31 103 0 16 35
Binary 1010101 1000000 1000000 0 11001 11001 1000011 0 1110 11101

Color Harmonies of #554040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554040

Black with #554040

Text Example


Text Example

White with #554040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554040; }

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

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

background-color css

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

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

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

border-color css

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

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

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