#482D01

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

Shades of Baker's Chocolate #482D01

Tints of Baker's Chocolate #482D01

Color information

#482D01 (or 0x482D01) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 2D and 01. RGB value is (72,45,1). Sum of RGB (Red+Green+Blue) = 72+45+1=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #482D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D01 is #B7D2FE. Grayscale: #303030. Windows color (decimal): -12047103 or 77128. OLE color: 77128.

HSL color Cylindrical-coordinate representation of color #482D01: hue angle of 37.18º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #482D01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB72451-
CMYK00.380.990.72
HSL37.18º97.26%14.31%-
HSV(B)37.18º98.61%28.24%-
XYZ3.623.260.47-
YUV48.06101.45145.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 45 (17.97% from 255) = 38.14%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=61.02%
G=38.14%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7245100.380.990.7237.1897.2614.31
Hex482D102663482561e
Octal1105510461431104514116
Binary1001000101101101001101100011100100010010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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