#42372C

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

Shades of Jacko Bean #42372C

Tints of Jacko Bean #42372C

Color information

#42372C (or 0x42372C) is unknown color: approx Jacko Bean. HEX triplet: 42, 37 and 2C. RGB value is (66,55,44). Sum of RGB (Red+Green+Blue) = 66+55+44=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #42372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42372C is #BDC8D3. Grayscale: #393939. Windows color (decimal): -12437716 or 2897730. OLE color: 2897730.

HSL color Cylindrical-coordinate representation of color #42372C: hue angle of 30º 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 #42372C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB665544-
CMYK00.170.330.74
HSL30º20%21.57%-
HSV(B)30º33.33%25.88%-
XYZ4.074.072.95-
YUV57.03120.64134.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=40%
G=33.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66554400.170.330.74302021.57
Hex42372C011214A1e1416
Octal102675402141112362426
Binary10000101101111011000100011000011001010111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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