#3D372F

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

Shades of Jacko Bean #3D372F

Tints of Jacko Bean #3D372F

Color information

#3D372F (or 0x3D372F) is unknown color: approx Jacko Bean. HEX triplet: 3D, 37 and 2F. RGB value is (61,55,47). Sum of RGB (Red+Green+Blue) = 61+55+47=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D372F is #C2C8D0. Grayscale: #373737. Windows color (decimal): -12765393 or 3094333. OLE color: 3094333.

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

Color convert

RGB615547-
CMYK00.100.230.76
HSL34.29º12.96%21.18%-
HSV(B)34.29º22.95%23.92%-
XYZ3.83.933.25-
YUV55.88122.99131.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.42%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=37.42%
G=33.74%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61554700.100.230.7634.2912.9621.18
Hex3D372F0A174C22d15
Octal75675701227114421525
Binary11110111011110111101010101111001100100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,55,47); }

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

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

 a { background-color: rgb(61,55,47); }

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

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

 span { border-color: rgb(61,55,47); }

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