#42392E

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

Shades of Jacko Bean #42392E

Tints of Jacko Bean #42392E

Color information

#42392E (or 0x42392E) is unknown color: approx Jacko Bean. HEX triplet: 42, 39 and 2E. RGB value is (66,57,46). Sum of RGB (Red+Green+Blue) = 66+57+46=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #42392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42392E is #BDC6D1. Grayscale: #3A3A3A. Windows color (decimal): -12437202 or 3029314. OLE color: 3029314.

HSL color Cylindrical-coordinate representation of color #42392E: hue angle of 33º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42392E is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB665746-
CMYK00.140.300.74
HSL33º17.86%21.96%-
HSV(B)33º30.3%25.88%-
XYZ4.24.283.19-
YUV58.44120.98133.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=39.05%
G=33.73%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66574600.140.300.743317.8621.96
Hex42392E0E1E4A211216
Octal102715601636112412226
Binary1000010111001101110011101111010010101000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42392E; }

 p { color: rgb(66,57,46); }

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

<style>
 a { background-color: #42392E; }

 a { background-color: rgb(66,57,46); }

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

<style>
 span { border-color: #42392E; }

 span { border-color: rgb(66,57,46); }

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