#423A2F

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

Shades of Jacko Bean #423A2F

Tints of Jacko Bean #423A2F

Color information

#423A2F (or 0x423A2F) is unknown color: approx Jacko Bean. HEX triplet: 42, 3A and 2F. RGB value is (66,58,47). Sum of RGB (Red+Green+Blue) = 66+58+47=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A2F is #BDC5D0. Grayscale: #3B3B3B. Windows color (decimal): -12436945 or 3095106. OLE color: 3095106.

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

Color convert

RGB665847-
CMYK00.120.290.74
HSL34.74º16.81%22.16%-
HSV(B)34.74º28.79%25.88%-
XYZ4.274.393.31-
YUV59.14121.15132.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=38.60%
G=33.92%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66584700.120.290.7434.7416.8122.16
Hex423A2F0C1D4A231116
Octal102725701435112432126
Binary1000010111010101111011001110110010101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423A2F; }

 p { color: rgb(66,58,47); }

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

<style>
 a { background-color: #423A2F; }

 a { background-color: rgb(66,58,47); }

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

<style>
 span { border-color: #423A2F; }

 span { border-color: rgb(66,58,47); }

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