Html Css Color HEX #4E3407 Baker's Chocolate

📋 copy color: '#4E3407'

red 78 ◦ green 52 ◦ blue 7

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

Shades of Baker's Chocolate #4E3407

Tints of Baker's Chocolate #4E3407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.11%

R = 56.93%
G = 37.96%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#4E3407 (or 0x4E3407) is known color: Baker's Chocolate. HEX triplet: 4E, 34 and 07. RGB value is (78,52,7). Sum of RGB (Red+Green+Blue) = 78+52+7=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3407 is #B1CBF8. Grayscale: #363636. Windows color (decimal): -11652089 or 472142. OLE color: 472142.

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

Color convert

RGB 78 52 7 -
CMYK 0 0.33 0.91 0.69
HSL 38.03º 0.84% 0.17% -
HSV(B) 38.03º 0.91% 0.31% -
XYZ 4.41 4.09 0.76 -
YUV 54.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 78 52 7 0 0.33 0.91 0.69 38.03 0.84 0.17
Hex 4E 34 7 0 21 5B 45 26 54 11
Octal 116 64 7 0 41 133 105 46 124 21
Binary 1001110 110100 111 0 100001 1011011 1000101 100110 1010100 10001

Color Harmonies of #4E3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3407

Black with #4E3407

Text Example


Text Example

White with #4E3407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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