Html Css Color HEX #4C2503 Baker's Chocolate

📋 copy color: '#4C2503'

red 76 ◦ green 37 ◦ blue 3

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

Shades of Baker's Chocolate #4C2503

Tints of Baker's Chocolate #4C2503

RGB

 RED value IS 76 (30.08% from 255) = 65.52%

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

 BLUE value IS 3 (1.56% from 255) = 2.59%

R = 65.52%
G = 31.9%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4C2503 (or 0x4C2503) is known color: Baker's Chocolate. HEX triplet: 4C, 25 and 03. RGB value is (76,37,3). Sum of RGB (Red+Green+Blue) = 76+37+3=116 (15% of max value = 765). Red value is 76 (30.08% from 255 or 65.52% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2503 is #B3DAFC. Grayscale: #2C2C2C. Windows color (decimal): -11787005 or 206156. OLE color: 206156.

HSL color Cylindrical-coordinate representation of color #4C2503: hue angle of 27.95º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C2503 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 37 3 -
CMYK 0 0.51 0.96 0.70
HSL 27.95º 0.92% 0.15% -
HSV(B) 27.95º 0.96% 0.3% -
XYZ 3.66 2.87 0.45 -
YUV 44.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 76 37 3 0 0.51 0.96 0.70 27.95 0.92 0.15
Hex 4C 25 3 0 33 60 46 1C 5C F
Octal 114 45 3 0 63 140 106 34 134 17
Binary 1001100 100101 11 0 110011 1100000 1000110 11100 1011100 1111

Color Harmonies of #4C2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2503

Black with #4C2503

Text Example


Text Example

White with #4C2503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,37,3); }

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

background-color css

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

 a { background-color: rgb(76,37,3); }

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

border-color css

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

 span { border-color: rgb(76,37,3); }

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