#55453D

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

Shades of Brown Derby #55453D

Tints of Brown Derby #55453D

Color information

#55453D (or 0x55453D) is unknown color: approx Brown Derby. HEX triplet: 55, 45 and 3D. RGB value is (85,69,61). Sum of RGB (Red+Green+Blue) = 85+69+61=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55453D is #AABAC2. Grayscale: #484848. Windows color (decimal): -11188931 or 4015445. OLE color: 4015445.

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

Color convert

RGB856961-
CMYK00.190.280.67
HSL20º16.44%28.63%-
HSV(B)20º28.24%33.33%-
XYZ6.726.525.32-
YUV72.87121.3136.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=39.53%
G=32.09%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85696100.190.280.672016.4428.63
Hex55453D0131C4314101d
Octal1251057502334103242035
Binary10101011000101111101010011111001000011101001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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