Html Css Color HEX #4C3400 Baker's Chocolate

📋 copy color: '#4C3400'

red 76 ◦ green 52 ◦ blue 0

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

Shades of Baker's Chocolate #4C3400

Tints of Baker's Chocolate #4C3400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.38%
G = 40.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#4C3400 (or 0x4C3400) is known color: Baker's Chocolate. HEX triplet: 4C, 34 and 00. RGB value is (76,52,0). Sum of RGB (Red+Green+Blue) = 76+52+0=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3400 is #B3CBFF. Grayscale: #353535. Windows color (decimal): -11783168 or 13388. OLE color: 13388.

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

Color convert

RGB 76 52 0 -
CMYK 0 0.32 1 0.70
HSL 41.05º 1% 0.15% -
HSV(B) 41.05º 1% 0.3% -
XYZ 4.21 3.99 0.55 -
YUV 53.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 76 52 0 0 0.32 1 0.70 41.05 1 0.15
Hex 4C 34 0 0 20 64 46 29 64 F
Octal 114 64 0 0 40 144 106 51 144 17
Binary 1001100 110100 0 0 100000 1100100 1000110 101001 1100100 1111

Color Harmonies of #4C3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3400

Black with #4C3400

Text Example


Text Example

White with #4C3400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,52,0); }

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

background-color css

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

 a { background-color: rgb(76,52,0); }

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

border-color css

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

 span { border-color: rgb(76,52,0); }

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