#3D3832

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

Shades of Jacko Bean #3D3832

Tints of Jacko Bean #3D3832

Color information

#3D3832 (or 0x3D3832) is unknown color: approx Jacko Bean. HEX triplet: 3D, 38 and 32. RGB value is (61,56,50). Sum of RGB (Red+Green+Blue) = 61+56+50=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3832 is #C2C7CD. Grayscale: #383838. Windows color (decimal): -12765134 or 3291197. OLE color: 3291197.

HSL color Cylindrical-coordinate representation of color #3D3832: hue angle of 32.73º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D3832 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB615650-
CMYK00.080.180.76
HSL32.73º9.91%21.76%-
HSV(B)32.73º18.03%23.92%-
XYZ3.914.053.59-
YUV56.81124.16130.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.53%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=36.53%
G=33.53%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61565000.080.180.7632.739.9121.76
Hex3D383208124C21a16
Octal75706201022114411226
Binary11110111100011001001000100101001100100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,56,50); }

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

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

 a { background-color: rgb(61,56,50); }

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

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

 span { border-color: rgb(61,56,50); }

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