#55463C

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

Shades of Brown Derby #55463C

Tints of Brown Derby #55463C

Color information

#55463C (or 0x55463C) is unknown color: approx Brown Derby. HEX triplet: 55, 46 and 3C. RGB value is (85,70,60). Sum of RGB (Red+Green+Blue) = 85+70+60=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55463C is #AAB9C3. Grayscale: #494949. Windows color (decimal): -11188676 or 3950165. OLE color: 3950165.

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

Color convert

RGB857060-
CMYK00.180.290.67
HSL24º17.24%28.43%-
HSV(B)24º29.41%33.33%-
XYZ6.756.645.2-
YUV73.34120.47136.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 60 (23.83% from 255) = 27.91%
R=39.53%
G=32.56%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85706000.180.290.672417.2428.43
Hex55463C0121D4318111c
Octal1251067402235103302134
Binary10101011000110111100010010111011000011110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55463C; }

 p { color: rgb(85,70,60); }

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

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

 a { background-color: rgb(85,70,60); }

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

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

 span { border-color: rgb(85,70,60); }

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