#554438

Color #554438 Brown Derby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Derby #554438

Tints of Brown Derby #554438

Color information

#554438 (or 0x554438) is unknown color: approx Brown Derby. HEX triplet: 55, 44 and 38. RGB value is (85,68,56). Sum of RGB (Red+Green+Blue) = 85+68+56=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554438 is #AABBC7. Grayscale: #474747. Windows color (decimal): -11189192 or 3687509. OLE color: 3687509.

HSL color Cylindrical-coordinate representation of color #554438: hue angle of 24.83º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554438 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB856856-
CMYK00.200.340.67
HSL24.83º20.57%27.65%-
HSV(B)24.83º34.12%33.33%-
XYZ6.536.354.62-
YUV71.71119.13137.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=40.67%
G=32.54%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85685600.200.340.6724.8320.5727.65
Hex554438014224319151c
Octal1251047002442103312534
Binary101010110001001110000101001000101000011110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554438; }

 p { color: rgb(85,68,56); }

 H1.HeaderClassName
 {
   color: #554438;
 }
 .AnyTagClassName
 {
   color: #554438;
 }
</style>
background-color css

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

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

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

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

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

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