#554132

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

Shades of Brown Derby #554132

Tints of Brown Derby #554132

Color information

#554132 (or 0x554132) is unknown color: approx Brown Derby. HEX triplet: 55, 41 and 32. RGB value is (85,65,50). Sum of RGB (Red+Green+Blue) = 85+65+50=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #554132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554132 is #AABECD. Grayscale: #454545. Windows color (decimal): -11189966 or 3293525. OLE color: 3293525.

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

Color convert

RGB856550-
CMYK00.240.410.67
HSL25.71º25.93%26.47%-
HSV(B)25.71º41.18%33.33%-
XYZ6.215.943.84-
YUV69.27117.13139.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 50 (19.92% from 255) = 25%
R=42.5%
G=32.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85655000.240.410.6725.7125.9326.47
Hex55413201829431a1a1a
Octal1251016203051103323232
Binary101010110000011100100110001010011000011110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554132; }

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

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

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

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

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

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

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

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