#42382D

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

Shades of Jacko Bean #42382D

Tints of Jacko Bean #42382D

Color information

#42382D (or 0x42382D) is unknown color: approx Jacko Bean. HEX triplet: 42, 38 and 2D. RGB value is (66,56,45). Sum of RGB (Red+Green+Blue) = 66+56+45=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #42382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42382D is #BDC7D2. Grayscale: #393939. Windows color (decimal): -12437459 or 2963522. OLE color: 2963522.

HSL color Cylindrical-coordinate representation of color #42382D: hue angle of 31.43º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42382D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB665645-
CMYK00.150.320.74
HSL31.43º18.92%21.76%-
HSV(B)31.43º31.82%25.88%-
XYZ4.134.183.07-
YUV57.74120.81133.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=39.52%
G=33.53%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66564500.150.320.7431.4318.9221.76
Hex42382D0F204A1f1316
Octal102705501740112372326
Binary1000010111000101101011111000001001010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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