#3D3731

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

Shades of Jacko Bean #3D3731

Tints of Jacko Bean #3D3731

Color information

#3D3731 (or 0x3D3731) is unknown color: approx Jacko Bean. HEX triplet: 3D, 37 and 31. RGB value is (61,55,49). Sum of RGB (Red+Green+Blue) = 61+55+49=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3731 is #C2C8CE. Grayscale: #383838. Windows color (decimal): -12765391 or 3225405. OLE color: 3225405.

HSL color Cylindrical-coordinate representation of color #3D3731: hue angle of 30º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D3731 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB615549-
CMYK00.100.200.76
HSL30º10.91%21.57%-
HSV(B)30º19.67%23.92%-
XYZ3.853.953.46-
YUV56.11123.99131.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.97%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=36.97%
G=33.33%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61554900.100.200.763010.9121.57
Hex3D37310A144C1eb16
Octal75676101224114361326
Binary1111011101111100010101010100100110011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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