#413536

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

Shades of Jon #413536

Tints of Jon #413536

Color information

#413536 (or 0x413536) is unknown color: approx Jon. HEX triplet: 41, 35 and 36. RGB value is (65,53,54). Sum of RGB (Red+Green+Blue) = 65+53+54=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413536 is #BECAC9. Grayscale: #383838. Windows color (decimal): -12503754 or 3552577. OLE color: 3552577.

HSL color Cylindrical-coordinate representation of color #413536: hue angle of 355º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #413536 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB655354-
CMYK00.180.170.75
HSL355º10.17%23.14%-
HSV(B)355º18.46%25.49%-
XYZ4.123.944.03-
YUV56.7126.48133.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=37.79%
G=30.81%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65535400.180.170.7535510.1723.14
Hex413536012114B163a17
Octal1016566022211135431227
Binary1000001110101110110010010100011001011101100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413536; }

 p { color: rgb(65,53,54); }

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

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

 a { background-color: rgb(65,53,54); }

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

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

 span { border-color: rgb(65,53,54); }

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