#3D362D

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

Shades of Jacko Bean #3D362D

Tints of Jacko Bean #3D362D

Color information

#3D362D (or 0x3D362D) is unknown color: approx Jacko Bean. HEX triplet: 3D, 36 and 2D. RGB value is (61,54,45). Sum of RGB (Red+Green+Blue) = 61+54+45=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 61 - color contains mainly: red. Hex color #3D362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D362D is #C2C9D2. Grayscale: #373737. Windows color (decimal): -12765651 or 2963005. OLE color: 2963005.

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

Color convert

RGB615445-
CMYK00.110.260.76
HSL33.75º15.09%20.78%-
HSV(B)33.75º26.23%23.92%-
XYZ3.723.823.02-
YUV55.07122.32132.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.12%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=38.12%
G=33.75%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61544500.110.260.7633.7515.0920.78
Hex3D362D0B1A4C22f15
Octal75665501332114421725
Binary11110111011010110101011110101001100100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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