#413423

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

Shades of Jacko Bean #413423

Tints of Jacko Bean #413423

Color information

#413423 (or 0x413423) is unknown color: approx Jacko Bean. HEX triplet: 41, 34 and 23. RGB value is (65,52,35). Sum of RGB (Red+Green+Blue) = 65+52+35=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413423 is #BECBDC. Grayscale: #363636. Windows color (decimal): -12504029 or 2307137. OLE color: 2307137.

HSL color Cylindrical-coordinate representation of color #413423: hue angle of 34º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413423 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB655235-
CMYK00.200.460.75
HSL34º30%19.61%-
HSV(B)34º46.15%25.49%-
XYZ3.713.72.11-
YUV53.95117.31135.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=42.76%
G=34.21%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65523500.200.460.75343019.61
Hex4134230142E4B221e14
Octal101644302456113423624
Binary100000111010010001101010010111010010111000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413423; }

 p { color: rgb(65,52,35); }

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

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

 a { background-color: rgb(65,52,35); }

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

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

 span { border-color: rgb(65,52,35); }

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