#482803

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

Shades of Baker's Chocolate #482803

Tints of Baker's Chocolate #482803

Color information

#482803 (or 0x482803) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 28 and 03. RGB value is (72,40,3). Sum of RGB (Red+Green+Blue) = 72+40+3=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482803 is #B7D7FC. Grayscale: #2D2D2D. Windows color (decimal): -12048381 or 206920. OLE color: 206920.

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

Color convert

RGB72403-
CMYK00.440.960.72
HSL32.17º92%14.71%-
HSV(B)32.17º95.83%28.24%-
XYZ3.452.90.46-
YUV45.35104.1147.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=62.61%
G=34.78%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7240300.440.960.7232.179214.71
Hex4828302C6048205cf
Octal1105030541401104013417
Binary10010001010001101011001100000100100010000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482803; }

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

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

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

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

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

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

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

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