#42392A

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

Shades of Jacko Bean #42392A

Tints of Jacko Bean #42392A

Color information

#42392A (or 0x42392A) is unknown color: approx Jacko Bean. HEX triplet: 42, 39 and 2A. RGB value is (66,57,42). Sum of RGB (Red+Green+Blue) = 66+57+42=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #42392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42392A is #BDC6D5. Grayscale: #3A3A3A. Windows color (decimal): -12437206 or 2767170. OLE color: 2767170.

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

Color convert

RGB665742-
CMYK00.140.360.74
HSL37.5º22.22%21.18%-
HSV(B)37.5º36.36%25.88%-
XYZ4.134.252.79-
YUV57.98118.98133.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=40%
G=34.55%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66574200.140.360.7437.522.2221.18
Hex42392A0E244A251615
Octal102715201644112452625
Binary10000101110011010100111010010010010101001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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