#554335

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

Shades of Brown Derby #554335

Tints of Brown Derby #554335

Color information

#554335 (or 0x554335) is unknown color: approx Brown Derby. HEX triplet: 55, 43 and 35. RGB value is (85,67,53). Sum of RGB (Red+Green+Blue) = 85+67+53=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #554335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554335 is #AABCCA. Grayscale: #464646. Windows color (decimal): -11189451 or 3490645. OLE color: 3490645.

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

Color convert

RGB856753-
CMYK00.210.380.67
HSL26.25º23.19%27.06%-
HSV(B)26.25º37.65%33.33%-
XYZ6.46.24.23-
YUV70.79117.96138.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=41.46%
G=32.68%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85675300.210.380.6726.2523.1927.06
Hex55433501526431a171b
Octal1251036502546103322733
Binary101010110000111101010101011001101000011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554335; }

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

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

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

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

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

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

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

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