#42372A

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

Shades of Jacko Bean #42372A

Tints of Jacko Bean #42372A

Color information

#42372A (or 0x42372A) is unknown color: approx Jacko Bean. HEX triplet: 42, 37 and 2A. RGB value is (66,55,42). Sum of RGB (Red+Green+Blue) = 66+55+42=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #42372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42372A is #BDC8D5. Grayscale: #383838. Windows color (decimal): -12437718 or 2766658. OLE color: 2766658.

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

Color convert

RGB665542-
CMYK00.170.360.74
HSL32.5º22.22%21.18%-
HSV(B)32.5º36.36%25.88%-
XYZ4.034.062.76-
YUV56.81119.64134.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=40.49%
G=33.74%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66554200.170.360.7432.522.2221.18
Hex42372A011244A201615
Octal102675202144112402625
Binary100001011011110101001000110010010010101000001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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