#403323

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

Shades of Jacko Bean #403323

Tints of Jacko Bean #403323

Color information

#403323 (or 0x403323) is unknown color: approx Jacko Bean. HEX triplet: 40, 33 and 23. RGB value is (64,51,35). Sum of RGB (Red+Green+Blue) = 64+51+35=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403323 is #BFCCDC. Grayscale: #353535. Windows color (decimal): -12569821 or 2306880. OLE color: 2306880.

HSL color Cylindrical-coordinate representation of color #403323: hue angle of 33.1º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403323 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB645135-
CMYK00.200.450.75
HSL33.1º29.29%19.41%-
HSV(B)33.1º45.31%25.1%-
XYZ3.63.582.09-
YUV53.06117.81135.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=42.67%
G=34%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64513500.200.450.7533.129.2919.41
Hex4033230142D4B211d13
Octal100634302455113413523
Binary100000011001110001101010010110110010111000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403323; }

 p { color: rgb(64,51,35); }

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

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

 a { background-color: rgb(64,51,35); }

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

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

 span { border-color: rgb(64,51,35); }

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