#42392C

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

Shades of Jacko Bean #42392C

Tints of Jacko Bean #42392C

Color information

#42392C (or 0x42392C) is unknown color: approx Jacko Bean. HEX triplet: 42, 39 and 2C. RGB value is (66,57,44). Sum of RGB (Red+Green+Blue) = 66+57+44=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #42392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42392C is #BDC6D3. Grayscale: #3A3A3A. Windows color (decimal): -12437204 or 2898242. OLE color: 2898242.

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

Color convert

RGB665744-
CMYK00.140.330.74
HSL35.45º20%21.57%-
HSV(B)35.45º33.33%25.88%-
XYZ4.164.272.99-
YUV58.21119.98133.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=39.52%
G=34.13%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66574400.140.330.7435.452021.57
Hex42392C0E214A231416
Octal102715401641112432426
Binary10000101110011011000111010000110010101000111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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