#55443b

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

Shades of Brown Derby #55443B

Tints of Brown Derby #55443B

Color information

#55443B (or 0x55443B) is unknown color: approx Brown Derby. HEX triplet: 55, 44 and 3B. RGB value is (85,68,59). Sum of RGB (Red+Green+Blue) = 85+68+59=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55443B is #AABBC4. Grayscale: #484848. Windows color (decimal): -11189189 or 3884117. OLE color: 3884117.

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

Color convert

RGB856859-
CMYK00.200.310.67
HSL20.77º18.06%28.24%-
HSV(B)20.77º30.59%33.33%-
XYZ6.66.385.02-
YUV72.06120.63137.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 59 (23.44% from 255) = 27.83%
R=40.09%
G=32.08%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85685900.200.310.6720.7718.0628.24
Hex55443B0141F4315121c
Octal1251047302437103252234
Binary10101011000100111011010100111111000011101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55443b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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