#403830

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

Shades of Jacko Bean #403830

Tints of Jacko Bean #403830

Color information

#403830 (or 0x403830) is unknown color: approx Jacko Bean. HEX triplet: 40, 38 and 30. RGB value is (64,56,48). Sum of RGB (Red+Green+Blue) = 64+56+48=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #403830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403830 is #BFC7CF. Grayscale: #393939. Windows color (decimal): -12568528 or 3160128. OLE color: 3160128.

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

Color convert

RGB645648-
CMYK00.130.250.75
HSL30º14.29%21.96%-
HSV(B)30º25%25.1%-
XYZ4.064.133.38-
YUV57.48122.65132.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64564800.130.250.753014.2921.96
Hex4038300D194B1ee16
Octal100706001531113361626
Binary10000001110001100000110111001100101111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403830; }

 p { color: rgb(64,56,48); }

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

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

 a { background-color: rgb(64,56,48); }

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

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

 span { border-color: rgb(64,56,48); }

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