Html Css Color HEX #4A2504 Baker's Chocolate

📋 copy color: '#4A2504'

red 74 ◦ green 37 ◦ blue 4

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

Shades of Baker's Chocolate #4A2504

Tints of Baker's Chocolate #4A2504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 64.35%
G = 32.17%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#4A2504 (or 0x4A2504) is known color: Baker's Chocolate. HEX triplet: 4A, 25 and 04. RGB value is (74,37,4). Sum of RGB (Red+Green+Blue) = 74+37+4=115 (15% of max value = 765). Red value is 74 (29.30% from 255 or 64.35% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2504 is #B5DAFB. Grayscale: #2C2C2C. Windows color (decimal): -11918076 or 271690. OLE color: 271690.

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

Color convert

RGB 74 37 4 -
CMYK 0 0.50 0.95 0.71
HSL 28.29º 0.9% 0.15% -
HSV(B) 28.29º 0.95% 0.29% -
XYZ 3.51 2.79 0.47 -
YUV 44.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 74 37 4 0 0.50 0.95 0.71 28.29 0.9 0.15
Hex 4A 25 4 0 32 5F 47 1C 5A F
Octal 112 45 4 0 62 137 107 34 132 17
Binary 1001010 100101 100 0 110010 1011111 1000111 11100 1011010 1111

Color Harmonies of #4A2504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2504

Black with #4A2504

Text Example


Text Example

White with #4A2504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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