#55453B

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

Shades of Brown Derby #55453B

Tints of Brown Derby #55453B

Color information

#55453B (or 0x55453B) is unknown color: approx Brown Derby. HEX triplet: 55, 45 and 3B. RGB value is (85,69,59). Sum of RGB (Red+Green+Blue) = 85+69+59=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55453B is #AABAC4. Grayscale: #484848. Windows color (decimal): -11188933 or 3884373. OLE color: 3884373.

HSL color Cylindrical-coordinate representation of color #55453B: hue angle of 23.08º 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 #55453B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB856959-
CMYK00.190.310.67
HSL23.08º18.06%28.24%-
HSV(B)23.08º30.59%33.33%-
XYZ6.666.55.04-
YUV72.64120.3136.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=39.91%
G=32.39%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85695900.190.310.6723.0818.0628.24
Hex55453B0131F4317121c
Octal1251057302337103272234
Binary10101011000101111011010011111111000011101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55453B; }

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

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

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

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

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

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

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

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