Html Css Color HEX #4C2304 Baker's Chocolate

📋 copy color: '#4C2304'

red 76 ◦ green 35 ◦ blue 4

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

Shades of Baker's Chocolate #4C2304

Tints of Baker's Chocolate #4C2304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

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

R = 66.09%
G = 30.43%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#4C2304 (or 0x4C2304) is known color: Baker's Chocolate. HEX triplet: 4C, 23 and 04. RGB value is (76,35,4). Sum of RGB (Red+Green+Blue) = 76+35+4=115 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.09% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C2304 is #B3DCFB. Grayscale: #2B2B2B. Windows color (decimal): -11787516 or 271180. OLE color: 271180.

HSL color Cylindrical-coordinate representation of color #4C2304: hue angle of 25.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C2304 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 35 4 -
CMYK 0 0.54 0.95 0.70
HSL 25.83º 0.9% 0.16% -
HSV(B) 25.83º 0.95% 0.3% -
XYZ 3.6 2.75 0.46 -
YUV 43.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 76 35 4 0 0.54 0.95 0.70 25.83 0.9 0.16
Hex 4C 23 4 0 36 5F 46 1A 5A 10
Octal 114 43 4 0 66 137 106 32 132 20
Binary 1001100 100011 100 0 110110 1011111 1000110 11010 1011010 10000

Color Harmonies of #4C2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2304

Black with #4C2304

Text Example


Text Example

White with #4C2304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,4); }

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

background-color css

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

 a { background-color: rgb(76,35,4); }

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

border-color css

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

 span { border-color: rgb(76,35,4); }

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