Html Css Color HEX #4E3406 Baker's Chocolate

📋 copy color: '#4E3406'

red 78 ◦ green 52 ◦ blue 6

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

Shades of Baker's Chocolate #4E3406

Tints of Baker's Chocolate #4E3406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.41%

R = 57.35%
G = 38.24%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4E3406 (or 0x4E3406) is known color: Baker's Chocolate. HEX triplet: 4E, 34 and 06. RGB value is (78,52,6). Sum of RGB (Red+Green+Blue) = 78+52+6=136 (18% of max value = 765). Red value is 78 (30.86% from 255 or 57.35% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3406 is #B1CBF9. Grayscale: #363636. Windows color (decimal): -11652090 or 406606. OLE color: 406606.

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

Color convert

RGB 78 52 6 -
CMYK 0 0.33 0.92 0.69
HSL 38.33º 0.86% 0.16% -
HSV(B) 38.33º 0.92% 0.31% -
XYZ 4.4 4.09 0.73 -
YUV 54.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 78 52 6 0 0.33 0.92 0.69 38.33 0.86 0.16
Hex 4E 34 6 0 21 5C 45 26 56 10
Octal 116 64 6 0 41 134 105 46 126 20
Binary 1001110 110100 110 0 100001 1011100 1000101 100110 1010110 10000

Color Harmonies of #4E3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3406

Black with #4E3406

Text Example


Text Example

White with #4E3406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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