Html Css Color HEX #4E340C Baker's Chocolate

📋 copy color: '#4E340C'

red 78 ◦ green 52 ◦ blue 12

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

Shades of Baker's Chocolate #4E340C

Tints of Baker's Chocolate #4E340C

RGB

 RED value IS 78 (30.86% from 255) = 54.93%

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

 BLUE value IS 12 (5.08% from 255) = 8.45%

R = 54.93%
G = 36.62%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4E340C (or 0x4E340C) is known color: Baker's Chocolate. HEX triplet: 4E, 34 and 0C. RGB value is (78,52,12). Sum of RGB (Red+Green+Blue) = 78+52+12=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E340C is #B1CBF3. Grayscale: #373737. Windows color (decimal): -11652084 or 799822. OLE color: 799822.

HSL color Cylindrical-coordinate representation of color #4E340C: hue angle of 36.36º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E340C is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 52 12 -
CMYK 0 0.33 0.85 0.69
HSL 36.36º 0.73% 0.18% -
HSV(B) 36.36º 0.85% 0.31% -
XYZ 4.44 4.1 0.91 -
YUV 55.21 103.61 144.25 -
System Red Green Blue C M Y K H S L
Decimal 78 52 12 0 0.33 0.85 0.69 36.36 0.73 0.18
Hex 4E 34 C 0 21 55 45 24 49 12
Octal 116 64 14 0 41 125 105 44 111 22
Binary 1001110 110100 1100 0 100001 1010101 1000101 100100 1001001 10010

Color Harmonies of #4E340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E340C

Black with #4E340C

Text Example


Text Example

White with #4E340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,52,12); }

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

background-color css

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

 a { background-color: rgb(78,52,12); }

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

border-color css

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

 span { border-color: rgb(78,52,12); }

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