#423525

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

Shades of Jacko Bean #423525

Tints of Jacko Bean #423525

Color information

#423525 (or 0x423525) is unknown color: approx Jacko Bean. HEX triplet: 42, 35 and 25. RGB value is (66,53,37). Sum of RGB (Red+Green+Blue) = 66+53+37=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #423525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423525 is #BDCADA. Grayscale: #373737. Windows color (decimal): -12438235 or 2438466. OLE color: 2438466.

HSL color Cylindrical-coordinate representation of color #423525: hue angle of 33.1º 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 #423525 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB665337-
CMYK00.200.440.74
HSL33.1º28.16%20.2%-
HSV(B)33.1º43.94%25.88%-
XYZ3.853.842.29-
YUV55.06117.81135.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=42.31%
G=33.97%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66533700.200.440.7433.128.1620.2
Hex4235250142C4A211c14
Octal102654502454112413424
Binary100001011010110010101010010110010010101000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423525; }

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

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

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

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

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

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

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

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