#4A2601

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

Shades of Baker's Chocolate #4A2601

Tints of Baker's Chocolate #4A2601

Color information

#4A2601 (or 0x4A2601) is unknown color: approx Baker's Chocolate. HEX triplet: 4A, 26 and 01. RGB value is (74,38,1). Sum of RGB (Red+Green+Blue) = 74+38+1=113 (14% of max value = 765). Red value is 74 (29.30% from 255 or 65.49% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2601 is #B5D9FE. Grayscale: #2C2C2C. Windows color (decimal): -11917823 or 75338. OLE color: 75338.

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

Color convert

RGB74381-
CMYK00.490.990.71
HSL30.41º97.33%14.71%-
HSV(B)30.41º98.65%29.02%-
XYZ3.522.840.39-
YUV44.55103.43149.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 65.49%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=65.49%
G=33.63%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7438100.490.990.7130.4197.3314.71
Hex4A26103163471e61f
Octal1124610611431073614117
Binary100101010011010110001110001110001111111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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