#54403F

Color #54403F Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #54403F

Tints of Woody Brown #54403F

Color information

#54403F (or 0x54403F) is unknown color: approx Woody Brown. HEX triplet: 54, 40 and 3F. RGB value is (84,64,63). Sum of RGB (Red+Green+Blue) = 84+64+63=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #54403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54403F is #ABBFC0. Grayscale: #454545. Windows color (decimal): -11255745 or 4145236. OLE color: 4145236.

HSL color Cylindrical-coordinate representation of color #54403F: hue angle of 2.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54403F is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB846463-
CMYK00.240.250.67
HSL2.86º14.29%28.82%-
HSV(B)2.86º25%32.94%-
XYZ6.395.915.51-
YUV69.87124.13138.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 63 (25% from 255) = 29.86%
R=39.81%
G=30.33%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84646300.240.250.672.8614.2928.82
Hex54403F01819433e1d
Octal124100770303110331635
Binary1010100100000011111101100011001100001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54403F; }

 p { color: rgb(84,64,63); }

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

<style>
 a { background-color: #54403F; }

 a { background-color: rgb(84,64,63); }

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

<style>
 span { border-color: #54403F; }

 span { border-color: rgb(84,64,63); }

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