#413A2E

Color #413A2E Jacko Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacko Bean #413A2E

Tints of Jacko Bean #413A2E

Color information

#413A2E (or 0x413A2E) is unknown color: approx Jacko Bean. HEX triplet: 41, 3A and 2E. RGB value is (65,58,46). Sum of RGB (Red+Green+Blue) = 65+58+46=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 65 - color contains mainly: red. Hex color #413A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A2E is #BEC5D1. Grayscale: #3A3A3A. Windows color (decimal): -12502482 or 3029569. OLE color: 3029569.

HSL color Cylindrical-coordinate representation of color #413A2E: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #413A2E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB655846-
CMYK00.110.290.75
HSL37.89º17.12%21.76%-
HSV(B)37.89º29.23%25.49%-
XYZ4.194.353.2-
YUV58.72120.82132.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=38.46%
G=34.32%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65584600.110.290.7537.8917.1221.76
Hex413A2E0B1D4B261116
Octal101725601335113462126
Binary1000001111010101110010111110110010111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A2E; }

 p { color: rgb(65,58,46); }

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

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

 a { background-color: rgb(65,58,46); }

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

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

 span { border-color: rgb(65,58,46); }

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