#482904

Color #482904 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #482904

Tints of Baker's Chocolate #482904

Color information

#482904 (or 0x482904) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 29 and 04. RGB value is (72,41,4). Sum of RGB (Red+Green+Blue) = 72+41+4=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482904 is #B7D6FB. Grayscale: #2E2E2E. Windows color (decimal): -12048124 or 272712. OLE color: 272712.

HSL color Cylindrical-coordinate representation of color #482904: hue angle of 32.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #482904 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB72414-
CMYK00.430.940.72
HSL32.65º89.47%14.9%-
HSV(B)32.65º94.44%28.24%-
XYZ3.492.970.5-
YUV46.05104.27146.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 41 (16.41% from 255) = 35.04%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=61.54%
G=35.04%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7241400.430.940.7232.6589.4714.9
Hex4829402B5E482159f
Octal1105140531361104113117
Binary100100010100110001010111011110100100010000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482904; }

 p { color: rgb(72,41,4); }

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

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

 a { background-color: rgb(72,41,4); }

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

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

 span { border-color: rgb(72,41,4); }

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