#453828

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

Shades of Jacko Bean #453828

Tints of Jacko Bean #453828

Color information

#453828 (or 0x453828) is unknown color: approx Jacko Bean. HEX triplet: 45, 38 and 28. RGB value is (69,56,40). Sum of RGB (Red+Green+Blue) = 69+56+40=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #453828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453828 is #BAC7D7. Grayscale: #3A3A3A. Windows color (decimal): -12240856 or 2635845. OLE color: 2635845.

HSL color Cylindrical-coordinate representation of color #453828: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #453828 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB695640-
CMYK00.190.420.73
HSL33.1º26.61%21.37%-
HSV(B)33.1º42.03%27.06%-
XYZ4.254.252.6-
YUV58.06117.81135.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=41.82%
G=33.94%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69564000.190.420.7333.126.6121.37
Hex4538280132A49211b15
Octal105705002352111413325
Binary100010111100010100001001110101010010011000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453828; }

 p { color: rgb(69,56,40); }

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

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

 a { background-color: rgb(69,56,40); }

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

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

 span { border-color: rgb(69,56,40); }

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