#554337

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

Shades of Brown Derby #554337

Tints of Brown Derby #554337

Color information

#554337 (or 0x554337) is unknown color: approx Brown Derby. HEX triplet: 55, 43 and 37. RGB value is (85,67,55). Sum of RGB (Red+Green+Blue) = 85+67+55=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #554337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554337 is #AABCC8. Grayscale: #474747. Windows color (decimal): -11189449 or 3621717. OLE color: 3621717.

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

Color convert

RGB856755-
CMYK00.210.350.67
HSL24º21.43%27.45%-
HSV(B)24º35.29%33.33%-
XYZ6.446.224.48-
YUV71.01118.96137.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=41.06%
G=32.37%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85675500.210.350.672421.4327.45
Hex554337015234318151b
Octal1251036702543103302533
Binary101010110000111101110101011000111000011110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554337; }

 p { color: rgb(85,67,55); }

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

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

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

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

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

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

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