#54463A

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

Shades of Brown Derby #54463A

Tints of Brown Derby #54463A

Color information

#54463A (or 0x54463A) is unknown color: approx Brown Derby. HEX triplet: 54, 46 and 3A. RGB value is (84,70,58). Sum of RGB (Red+Green+Blue) = 84+70+58=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #54463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54463A is #ABB9C5. Grayscale: #484848. Windows color (decimal): -11254214 or 3819092. OLE color: 3819092.

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

Color convert

RGB847058-
CMYK00.170.310.67
HSL27.69º18.31%27.84%-
HSV(B)27.69º30.95%32.94%-
XYZ6.616.574.92-
YUV72.82119.64135.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=39.62%
G=33.02%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84705800.170.310.6727.6918.3127.84
Hex54463A0111F431c121c
Octal1241067202137103342234
Binary10101001000110111010010001111111000011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,70,58); }

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

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

 a { background-color: rgb(84,70,58); }

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

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

 span { border-color: rgb(84,70,58); }

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