#423B30

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

Shades of Jacko Bean #423B30

Tints of Jacko Bean #423B30

Color information

#423B30 (or 0x423B30) is unknown color: approx Jacko Bean. HEX triplet: 42, 3B and 30. RGB value is (66,59,48). Sum of RGB (Red+Green+Blue) = 66+59+48=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 66 - color contains mainly: red. Hex color #423B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B30 is #BDC4CF. Grayscale: #3B3B3B. Windows color (decimal): -12436688 or 3160898. OLE color: 3160898.

HSL color Cylindrical-coordinate representation of color #423B30: hue angle of 36.67º 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 #423B30 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB665948-
CMYK00.110.270.74
HSL36.67º15.79%22.35%-
HSV(B)36.67º27.27%25.88%-
XYZ4.344.53.44-
YUV59.84121.32132.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=38.15%
G=34.10%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66594800.110.270.7436.6715.7922.35
Hex423B300B1B4A251016
Octal102736001333112452026
Binary1000010111011110000010111101110010101001011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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