Html Css Color HEX #4A2501 Baker's Chocolate

📋 copy color: '#4A2501'

red 74 ◦ green 37 ◦ blue 1

#4A2501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #4A2501

Tints of Baker's Chocolate #4A2501

RGB

 RED value IS 74 (29.3% from 255) = 66.07%

 GREEN value IS 37 (14.84% from 255) = 33.04%

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 66.07%
G = 33.04%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#4A2501 (or 0x4A2501) is known color: Baker's Chocolate. HEX triplet: 4A, 25 and 01. RGB value is (74,37,1). Sum of RGB (Red+Green+Blue) = 74+37+1=112 (14% of max value = 765). Red value is 74 (29.30% from 255 or 66.07% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2501 is #B5DAFE. Grayscale: #2C2C2C. Windows color (decimal): -11918079 or 75082. OLE color: 75082.

HSL color Cylindrical-coordinate representation of color #4A2501: hue angle of 29.59º 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 #4A2501 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 37 1 -
CMYK 0 0.50 0.99 0.71
HSL 29.59º 0.97% 0.15% -
HSV(B) 29.59º 0.99% 0.29% -
XYZ 3.49 2.78 0.38 -
YUV 43.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 74 37 1 0 0.50 0.99 0.71 29.59 0.97 0.15
Hex 4A 25 1 0 32 63 47 1E 61 F
Octal 112 45 1 0 62 143 107 36 141 17
Binary 1001010 100101 1 0 110010 1100011 1000111 11110 1100001 1111

Color Harmonies of #4A2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2501

Black with #4A2501

Text Example


Text Example

White with #4A2501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A2501;
 }
 .AnyTagClassName
 {
   color: #4A2501;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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