#42362A

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

Shades of Jacko Bean #42362A

Tints of Jacko Bean #42362A

Color information

#42362A (or 0x42362A) is unknown color: approx Jacko Bean. HEX triplet: 42, 36 and 2A. RGB value is (66,54,42). Sum of RGB (Red+Green+Blue) = 66+54+42=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #42362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42362A is #BDC9D5. Grayscale: #383838. Windows color (decimal): -12437974 or 2766402. OLE color: 2766402.

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

Color convert

RGB665442-
CMYK00.180.360.74
HSL30º22.22%21.18%-
HSV(B)30º36.36%25.88%-
XYZ3.983.962.75-
YUV56.22119.98134.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=40.74%
G=33.33%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66544200.180.360.743022.2221.18
Hex42362A012244A1e1615
Octal102665202244112362625
Binary10000101101101010100100101001001001010111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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