#472A01

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

Shades of Baker's Chocolate #472A01

Tints of Baker's Chocolate #472A01

Color information

#472A01 (or 0x472A01) is unknown color: approx Baker's Chocolate. HEX triplet: 47, 2A and 01. RGB value is (71,42,1). Sum of RGB (Red+Green+Blue) = 71+42+1=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #472A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A01 is #B8D5FE. Grayscale: #2E2E2E. Windows color (decimal): -12113407 or 76359. OLE color: 76359.

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

Color convert

RGB71421-
CMYK00.410.990.72
HSL35.14º97.22%14.12%-
HSV(B)35.14º98.59%27.84%-
XYZ3.4330.43-
YUV46102.61145.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=62.28%
G=36.84%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142100.410.990.7235.1497.2214.12
Hex472A102963482361e
Octal1075210511431104314116
Binary1000111101010101010011100011100100010001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472A01; }

 p { color: rgb(71,42,1); }

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

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

 a { background-color: rgb(71,42,1); }

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

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

 span { border-color: rgb(71,42,1); }

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