#4A3005

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

Shades of Baker's Chocolate #4A3005

Tints of Baker's Chocolate #4A3005

Color information

#4A3005 (or 0x4A3005) is unknown color: approx Baker's Chocolate. HEX triplet: 4A, 30 and 05. RGB value is (74,48,5). Sum of RGB (Red+Green+Blue) = 74+48+5=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3005 is #B5CFFA. Grayscale: #333333. Windows color (decimal): -11915259 or 340042. OLE color: 340042.

HSL color Cylindrical-coordinate representation of color #4A3005: hue angle of 37.39º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A3005 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB74485-
CMYK00.350.930.71
HSL37.39º87.34%15.49%-
HSV(B)37.39º93.24%29.02%-
XYZ3.913.580.63-
YUV50.87102.11144.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 58.27%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=58.27%
G=37.80%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7448500.350.930.7137.3987.3415.49
Hex4A3050235D472557f
Octal1126050431351074512717
Binary100101011000010101000111011101100011110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,48,5); }

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

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

 a { background-color: rgb(74,48,5); }

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

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

 span { border-color: rgb(74,48,5); }

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