#423425

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

Shades of Jacko Bean #423425

Tints of Jacko Bean #423425

Color information

#423425 (or 0x423425) is unknown color: approx Jacko Bean. HEX triplet: 42, 34 and 25. RGB value is (66,52,37). Sum of RGB (Red+Green+Blue) = 66+52+37=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423425 is #BDCBDA. Grayscale: #363636. Windows color (decimal): -12438491 or 2438210. OLE color: 2438210.

HSL color Cylindrical-coordinate representation of color #423425: hue angle of 31.03º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423425 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB665237-
CMYK00.210.440.74
HSL31.03º28.16%20.2%-
HSV(B)31.03º43.94%25.88%-
XYZ3.813.752.27-
YUV54.48118.14136.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=42.58%
G=33.55%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66523700.210.440.7431.0328.1620.2
Hex4234250152C4A1f1c14
Octal102644502554112373424
Binary10000101101001001010101011011001001010111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423425; }

 p { color: rgb(66,52,37); }

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

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

 a { background-color: rgb(66,52,37); }

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

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

 span { border-color: rgb(66,52,37); }

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