#482802

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

Shades of Baker's Chocolate #482802

Tints of Baker's Chocolate #482802

Color information

#482802 (or 0x482802) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 28 and 02. RGB value is (72,40,2). Sum of RGB (Red+Green+Blue) = 72+40+2=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #482802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482802 is #B7D7FD. Grayscale: #2D2D2D. Windows color (decimal): -12048382 or 141384. OLE color: 141384.

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

Color convert

RGB72402-
CMYK00.440.970.72
HSL32.57º94.59%14.51%-
HSV(B)32.57º97.22%28.24%-
XYZ3.442.90.44-
YUV45.24103.6147.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=63.16%
G=35.09%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7240200.440.970.7232.5794.5914.51
Hex4828202C6148215ff
Octal1105020541411104113717
Binary10010001010001001011001100001100100010000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482802; }

 p { color: rgb(72,40,2); }

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

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

 a { background-color: rgb(72,40,2); }

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

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

 span { border-color: rgb(72,40,2); }

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