#423A30

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

Shades of Jacko Bean #423A30

Tints of Jacko Bean #423A30

Color information

#423A30 (or 0x423A30) is unknown color: approx Jacko Bean. HEX triplet: 42, 3A and 30. RGB value is (66,58,48). Sum of RGB (Red+Green+Blue) = 66+58+48=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #423A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A30 is #BDC5CF. Grayscale: #3B3B3B. Windows color (decimal): -12436944 or 3160642. OLE color: 3160642.

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

Color convert

RGB665848-
CMYK00.120.270.74
HSL33.33º15.79%22.35%-
HSV(B)33.33º27.27%25.88%-
XYZ4.294.43.42-
YUV59.25121.65132.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=38.37%
G=33.72%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66584800.120.270.7433.3315.7922.35
Hex423A300C1B4A211016
Octal102726001433112412026
Binary1000010111010110000011001101110010101000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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