#42372B

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

Shades of Jacko Bean #42372B

Tints of Jacko Bean #42372B

Color information

#42372B (or 0x42372B) is unknown color: approx Jacko Bean. HEX triplet: 42, 37 and 2B. RGB value is (66,55,43). Sum of RGB (Red+Green+Blue) = 66+55+43=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #42372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42372B is #BDC8D4. Grayscale: #383838. Windows color (decimal): -12437717 or 2832194. OLE color: 2832194.

HSL color Cylindrical-coordinate representation of color #42372B: hue angle of 31.3º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42372B is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB665543-
CMYK00.170.350.74
HSL31.3º21.1%21.37%-
HSV(B)31.3º34.85%25.88%-
XYZ4.054.072.86-
YUV56.92120.14134.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=40.24%
G=33.54%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66554300.170.350.7431.321.121.37
Hex42372B011234A1f1515
Octal102675302143112372525
Binary10000101101111010110100011000111001010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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