#413638

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

Shades of Jon #413638

Tints of Jon #413638

Color information

#413638 (or 0x413638) is unknown color: approx Jon. HEX triplet: 41, 36 and 38. RGB value is (65,54,56). Sum of RGB (Red+Green+Blue) = 65+54+56=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #413638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413638 is #BEC9C7. Grayscale: #393939. Windows color (decimal): -12503496 or 3683905. OLE color: 3683905.

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

Color convert

RGB655456-
CMYK00.170.140.75
HSL349.09º9.24%23.33%-
HSV(B)349.09º16.92%25.49%-
XYZ4.214.054.3-
YUV57.52127.14133.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 56 (22.27% from 255) = 32%
R=37.14%
G=30.86%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65545600.170.140.75349.099.2423.33
Hex413638011E4B15d917
Octal1016670021161135351127
Binary100000111011011100001000111101001011101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413638; }

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

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

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

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

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

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

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

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