Html Css Color HEX #4E320C Baker's Chocolate

📋 copy color: '#4E320C'

red 78 ◦ green 50 ◦ blue 12

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

Shades of Baker's Chocolate #4E320C

Tints of Baker's Chocolate #4E320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.71%

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

R = 55.71%
G = 35.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4E320C (or 0x4E320C) is known color: Baker's Chocolate. HEX triplet: 4E, 32 and 0C. RGB value is (78,50,12). Sum of RGB (Red+Green+Blue) = 78+50+12=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E320C is #B1CDF3. Grayscale: #363636. Windows color (decimal): -11652596 or 799310. OLE color: 799310.

HSL color Cylindrical-coordinate representation of color #4E320C: hue angle of 34.55º 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 #4E320C is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 50 12 -
CMYK 0 0.36 0.85 0.69
HSL 34.55º 0.73% 0.18% -
HSV(B) 34.55º 0.85% 0.31% -
XYZ 4.35 3.93 0.88 -
YUV 54.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 78 50 12 0 0.36 0.85 0.69 34.55 0.73 0.18
Hex 4E 32 C 0 24 55 45 23 49 12
Octal 116 62 14 0 44 125 105 43 111 22
Binary 1001110 110010 1100 0 100100 1010101 1000101 100011 1001001 10010

Color Harmonies of #4E320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E320C

Black with #4E320C

Text Example


Text Example

White with #4E320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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