Html Css Color HEX #4E3100 Baker's Chocolate

📋 copy color: '#4E3100'

red 78 ◦ green 49 ◦ blue 0

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

Shades of Baker's Chocolate #4E3100

Tints of Baker's Chocolate #4E3100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.58%

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

R = 61.42%
G = 38.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#4E3100 (or 0x4E3100) is known color: Baker's Chocolate. HEX triplet: 4E, 31 and 00. RGB value is (78,49,0). Sum of RGB (Red+Green+Blue) = 78+49+0=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3100 is #B1CEFF. Grayscale: #343434. Windows color (decimal): -11652864 or 12622. OLE color: 12622.

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

Color convert

RGB 78 49 0 -
CMYK 0 0.37 1 0.69
HSL 37.69º 1% 0.15% -
HSV(B) 37.69º 1% 0.31% -
XYZ 4.24 3.82 0.51 -
YUV 52.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 78 49 0 0 0.37 1 0.69 37.69 1 0.15
Hex 4E 31 0 0 25 64 45 26 64 F
Octal 116 61 0 0 45 144 105 46 144 17
Binary 1001110 110001 0 0 100101 1100100 1000101 100110 1100100 1111

Color Harmonies of #4E3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3100

Black with #4E3100

Text Example


Text Example

White with #4E3100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,49,0); }

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

background-color css

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

 a { background-color: rgb(78,49,0); }

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

border-color css

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

 span { border-color: rgb(78,49,0); }

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