#482D03

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

Shades of Baker's Chocolate #482D03

Tints of Baker's Chocolate #482D03

Color information

#482D03 (or 0x482D03) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 2D and 03. RGB value is (72,45,3). Sum of RGB (Red+Green+Blue) = 72+45+3=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #482D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D03 is #B7D2FC. Grayscale: #303030. Windows color (decimal): -12047101 or 208200. OLE color: 208200.

HSL color Cylindrical-coordinate representation of color #482D03: hue angle of 36.52º 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 #482D03 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB72453-
CMYK00.380.960.72
HSL36.52º92%14.71%-
HSV(B)36.52º95.83%28.24%-
XYZ3.633.260.52-
YUV48.28102.45144.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 3 (1.56% from 255) = 2.5%
R=60%
G=37.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7245300.380.960.7236.529214.71
Hex482D30266048255cf
Octal1105530461401104513417
Binary10010001011011101001101100000100100010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482D03; }

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

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

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

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

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

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

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

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