#554435

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

Shades of Brown Derby #554435

Tints of Brown Derby #554435

Color information

#554435 (or 0x554435) is unknown color: approx Brown Derby. HEX triplet: 55, 44 and 35. RGB value is (85,68,53). Sum of RGB (Red+Green+Blue) = 85+68+53=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #554435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554435 is #AABBCA. Grayscale: #474747. Windows color (decimal): -11189195 or 3490901. OLE color: 3490901.

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

Color convert

RGB856853-
CMYK00.200.380.67
HSL28.13º23.19%27.06%-
HSV(B)28.13º37.65%33.33%-
XYZ6.466.324.25-
YUV71.37117.63137.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=41.26%
G=33.01%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85685300.200.380.6728.1323.1927.06
Hex55443501426431c171b
Octal1251046502446103342733
Binary101010110001001101010101001001101000011111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554435; }

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

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

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

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

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

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

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

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