#54453B

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

Shades of Brown Derby #54453B

Tints of Brown Derby #54453B

Color information

#54453B (or 0x54453B) is unknown color: approx Brown Derby. HEX triplet: 54, 45 and 3B. RGB value is (84,69,59). Sum of RGB (Red+Green+Blue) = 84+69+59=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 84 - color contains mainly: red. Hex color #54453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54453B is #ABBAC4. Grayscale: #484848. Windows color (decimal): -11254469 or 3884372. OLE color: 3884372.

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

Color convert

RGB846959-
CMYK00.180.300.67
HSL24º17.48%28.04%-
HSV(B)24º29.76%32.94%-
XYZ6.576.465.04-
YUV72.34120.47136.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 59 (23.44% from 255) = 27.83%
R=39.62%
G=32.55%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84695900.180.300.672417.4828.04
Hex54453B0121E4318111c
Octal1241057302236103302134
Binary10101001000101111011010010111101000011110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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