#482601

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

Shades of Baker's Chocolate #482601

Tints of Baker's Chocolate #482601

Color information

#482601 (or 0x482601) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 26 and 01. RGB value is (72,38,1). Sum of RGB (Red+Green+Blue) = 72+38+1=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #482601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482601 is #B7D9FE. Grayscale: #2C2C2C. Windows color (decimal): -12048895 or 75336. OLE color: 75336.

HSL color Cylindrical-coordinate representation of color #482601: hue angle of 31.27º 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 #482601 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB72381-
CMYK00.470.990.72
HSL31.27º97.26%14.31%-
HSV(B)31.27º98.61%28.24%-
XYZ3.372.770.38-
YUV43.95103.76148.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=64.86%
G=34.23%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7238100.470.990.7231.2797.2614.31
Hex4826102F63481f61e
Octal1104610571431103714116
Binary100100010011010101111110001110010001111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482601; }

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

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

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

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

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

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

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

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