Html Css Color HEX #554140 Woody Brown

📋 copy color: '#554140'

red 85 ◦ green 65 ◦ blue 64

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

Shades of Woody Brown #554140

Tints of Woody Brown #554140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

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

R = 39.72%
G = 30.37%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#554140 (or 0x554140) is known color: Woody Brown. HEX triplet: 55, 41 and 40. RGB value is (85,65,64). Sum of RGB (Red+Green+Blue) = 85+65+64=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554140 is #AABEBF. Grayscale: #464646. Windows color (decimal): -11189952 or 4211029. OLE color: 4211029.

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

Color convert

RGB 85 65 64 -
CMYK 0 0.24 0.25 0.67
HSL 2.86º 0.14% 0.29% -
HSV(B) 2.86º 0.25% 0.33% -
XYZ 6.56 6.08 5.68 -
YUV 70.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 85 65 64 0 0.24 0.25 0.67 2.86 0.14 0.29
Hex 55 41 40 0 18 19 43 3 E 1D
Octal 125 101 100 0 30 31 103 3 16 35
Binary 1010101 1000001 1000000 0 11000 11001 1000011 11 1110 11101

Color Harmonies of #554140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554140

Black with #554140

Text Example


Text Example

White with #554140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554140; }

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

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

background-color css

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

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

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

border-color css

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

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

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