#55443A

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

Shades of Brown Derby #55443A

Tints of Brown Derby #55443A

Color information

#55443A (or 0x55443A) is unknown color: approx Brown Derby. HEX triplet: 55, 44 and 3A. RGB value is (85,68,58). Sum of RGB (Red+Green+Blue) = 85+68+58=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55443A is #AABBC5. Grayscale: #484848. Windows color (decimal): -11189190 or 3818581. OLE color: 3818581.

HSL color Cylindrical-coordinate representation of color #55443A: hue angle of 22.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55443A is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB856858-
CMYK00.200.320.67
HSL22.22º18.88%28.04%-
HSV(B)22.22º31.76%33.33%-
XYZ6.586.374.89-
YUV71.94120.13137.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=40.28%
G=32.23%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85685800.200.320.6722.2218.8828.04
Hex55443A014204316131c
Octal1251047202440103262334
Binary101010110001001110100101001000001000011101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55443A; }

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

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

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

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

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

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

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

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