#3D3326

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

Shades of Jacko Bean #3D3326

Tints of Jacko Bean #3D3326

Color information

#3D3326 (or 0x3D3326) is unknown color: approx Jacko Bean. HEX triplet: 3D, 33 and 26. RGB value is (61,51,38). Sum of RGB (Red+Green+Blue) = 61+51+38=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3326 is #C2CCD9. Grayscale: #343434. Windows color (decimal): -12766426 or 2503485. OLE color: 2503485.

HSL color Cylindrical-coordinate representation of color #3D3326: hue angle of 33.91º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D3326 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB615138-
CMYK00.160.380.76
HSL33.91º23.23%19.41%-
HSV(B)33.91º37.7%23.92%-
XYZ3.463.52.33-
YUV52.51119.81134.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.67%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=40.67%
G=34%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61513800.160.380.7633.9123.2319.41
Hex3D3326010264C221713
Octal75634602046114422723
Binary11110111001110011001000010011010011001000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D3326; }

 p { color: rgb(61,51,38); }

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

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

 a { background-color: rgb(61,51,38); }

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

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

 span { border-color: rgb(61,51,38); }

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