#42382C

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

Shades of Jacko Bean #42382C

Tints of Jacko Bean #42382C

Color information

#42382C (or 0x42382C) is unknown color: approx Jacko Bean. HEX triplet: 42, 38 and 2C. RGB value is (66,56,44). Sum of RGB (Red+Green+Blue) = 66+56+44=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #42382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42382C is #BDC7D3. Grayscale: #393939. Windows color (decimal): -12437460 or 2897986. OLE color: 2897986.

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

Color convert

RGB665644-
CMYK00.150.330.74
HSL32.73º20%21.57%-
HSV(B)32.73º33.33%25.88%-
XYZ4.124.172.97-
YUV57.62120.31133.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=39.76%
G=33.73%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66564400.150.330.7432.732021.57
Hex42382C0F214A211416
Octal102705401741112412426
Binary10000101110001011000111110000110010101000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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