#3D362E

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

Shades of Jacko Bean #3D362E

Tints of Jacko Bean #3D362E

Color information

#3D362E (or 0x3D362E) is unknown color: approx Jacko Bean. HEX triplet: 3D, 36 and 2E. RGB value is (61,54,46). Sum of RGB (Red+Green+Blue) = 61+54+46=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D362E is #C2C9D1. Grayscale: #373737. Windows color (decimal): -12765650 or 3028541. OLE color: 3028541.

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

Color convert

RGB615446-
CMYK00.110.250.76
HSL32º14.02%20.98%-
HSV(B)32º24.59%23.92%-
XYZ3.743.833.13-
YUV55.18122.82132.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.89%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=37.89%
G=33.54%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61544600.110.250.763214.0220.98
Hex3D362E0B194C20e15
Octal75665601331114401625
Binary11110111011010111001011110011001100100000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,46); }

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

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

 a { background-color: rgb(61,54,46); }

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

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

 span { border-color: rgb(61,54,46); }

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