#403B34

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

Shades of Jacko Bean #403B34

Tints of Jacko Bean #403B34

Color information

#403B34 (or 0x403B34) is unknown color: approx Jacko Bean. HEX triplet: 40, 3B and 34. RGB value is (64,59,52). Sum of RGB (Red+Green+Blue) = 64+59+52=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #403B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B34 is #BFC4CB. Grayscale: #3B3B3B. Windows color (decimal): -12567756 or 3423040. OLE color: 3423040.

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

Color convert

RGB645952-
CMYK00.080.190.75
HSL35º10.34%22.75%-
HSV(B)35º18.75%25.1%-
XYZ4.34.473.88-
YUV59.7123.66131.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 59 (23.44% from 255) = 33.71%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=36.57%
G=33.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64595200.080.190.753510.3422.75
Hex403B3408134B23a17
Octal100736401023113431227
Binary100000011101111010001000100111001011100011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B34; }

 p { color: rgb(64,59,52); }

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

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

 a { background-color: rgb(64,59,52); }

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

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

 span { border-color: rgb(64,59,52); }

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