#54453D

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

Shades of Brown Derby #54453D

Tints of Brown Derby #54453D

Color information

#54453D (or 0x54453D) is unknown color: approx Brown Derby. HEX triplet: 54, 45 and 3D. RGB value is (84,69,61). Sum of RGB (Red+Green+Blue) = 84+69+61=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #54453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54453D is #ABBAC2. Grayscale: #484848. Windows color (decimal): -11254467 or 4015444. OLE color: 4015444.

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

Color convert

RGB846961-
CMYK00.180.270.67
HSL20.87º15.86%28.43%-
HSV(B)20.87º27.38%32.94%-
XYZ6.636.485.32-
YUV72.57121.47136.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=39.25%
G=32.24%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84696100.180.270.6720.8715.8628.43
Hex54453D0121B4315101c
Octal1241057502233103252034
Binary10101001000101111101010010110111000011101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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