#54393B

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

Shades of Jon #54393B

Tints of Jon #54393B

Color information

#54393B (or 0x54393B) is unknown color: approx Jon. HEX triplet: 54, 39 and 3B. RGB value is (84,57,59). Sum of RGB (Red+Green+Blue) = 84+57+59=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54393B is #ABC6C4. Grayscale: #414141. Windows color (decimal): -11257541 or 3881300. OLE color: 3881300.

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

Color convert

RGB845759-
CMYK00.320.300.67
HSL355.56º19.15%27.65%-
HSV(B)355.56º32.14%32.94%-
XYZ5.915.134.82-
YUV65.3124.45141.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 57 (22.66% from 255) = 28.5%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=42%
G=28.5%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84575900.320.300.67355.5619.1527.65
Hex54393B0201E43164131c
Octal1247173040361035442334
Binary101010011100111101101000001111010000111011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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