#534041

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

Shades of Jon #534041

Tints of Jon #534041

Color information

#534041 (or 0x534041) is unknown color: approx Jon. HEX triplet: 53, 40 and 41. RGB value is (83,64,65). Sum of RGB (Red+Green+Blue) = 83+64+65=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #534041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534041 is #ACBFBE. Grayscale: #454545. Windows color (decimal): -11321279 or 4276307. OLE color: 4276307.

HSL color Cylindrical-coordinate representation of color #534041: hue angle of 356.84º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534041 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB836465-
CMYK00.230.220.67
HSL356.84º12.93%28.82%-
HSV(B)356.84º22.89%32.55%-
XYZ6.355.895.8-
YUV69.8125.29137.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=39.15%
G=30.19%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83646500.230.220.67356.8412.9328.82
Hex5340410171643165d1d
Octal123100101027261035451535
Binary101001110000001000001010111101101000011101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534041; }

 p { color: rgb(83,64,65); }

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

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

 a { background-color: rgb(83,64,65); }

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

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

 span { border-color: rgb(83,64,65); }

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