#4A2F07

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

Shades of Baker's Chocolate #4A2F07

Tints of Baker's Chocolate #4A2F07

Color information

#4A2F07 (or 0x4A2F07) is unknown color: approx Baker's Chocolate. HEX triplet: 4A, 2F and 07. RGB value is (74,47,7). Sum of RGB (Red+Green+Blue) = 74+47+7=128 (16% of max value = 765). Red value is 74 (29.30% from 255 or 57.81% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2F07 is #B5D0F8. Grayscale: #323232. Windows color (decimal): -11915513 or 470858. OLE color: 470858.

HSL color Cylindrical-coordinate representation of color #4A2F07: hue angle of 35.82º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A2F07 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB74477-
CMYK00.360.910.71
HSL35.82º82.72%15.88%-
HSV(B)35.82º90.54%29.02%-
XYZ3.883.50.67-
YUV50.51103.45144.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 57.81%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=57.81%
G=36.72%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7447700.360.910.7135.8282.7215.88
Hex4A2F70245B47245310
Octal1125770441331074412320
Binary1001010101111111010010010110111000111100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2F07; }

 p { color: rgb(74,47,7); }

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

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

 a { background-color: rgb(74,47,7); }

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

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

 span { border-color: rgb(74,47,7); }

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