Html Css Color HEX #554240 Woody Brown

📋 copy color: '#554240'

red 85 ◦ green 66 ◦ blue 64

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

Shades of Woody Brown #554240

Tints of Woody Brown #554240

RGB

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

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

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

R = 39.53%
G = 30.7%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#554240 (or 0x554240) is known color: Woody Brown. HEX triplet: 55, 42 and 40. RGB value is (85,66,64). Sum of RGB (Red+Green+Blue) = 85+66+64=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554240 is #AABDBF. Grayscale: #474747. Windows color (decimal): -11189696 or 4211285. OLE color: 4211285.

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

Color convert

RGB 85 66 64 -
CMYK 0 0.22 0.25 0.67
HSL 5.71º 0.14% 0.29% -
HSV(B) 5.71º 0.25% 0.33% -
XYZ 6.62 6.2 5.7 -
YUV 71.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 85 66 64 0 0.22 0.25 0.67 5.71 0.14 0.29
Hex 55 42 40 0 16 19 43 6 E 1D
Octal 125 102 100 0 26 31 103 6 16 35
Binary 1010101 1000010 1000000 0 10110 11001 1000011 110 1110 11101

Color Harmonies of #554240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554240

Black with #554240

Text Example


Text Example

White with #554240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554240; }

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

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

background-color css

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

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

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

border-color css

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

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

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