Html Css Color HEX #4E2B0E Baker's Chocolate

📋 copy color: '#4E2B0E'

red 78 ◦ green 43 ◦ blue 14

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

Shades of Baker's Chocolate #4E2B0E

Tints of Baker's Chocolate #4E2B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.85%

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 57.78%
G = 31.85%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4E2B0E (or 0x4E2B0E) is known color: Baker's Chocolate. HEX triplet: 4E, 2B and 0E. RGB value is (78,43,14). Sum of RGB (Red+Green+Blue) = 78+43+14=135 (17% of max value = 765). Red value is 78 (30.86% from 255 or 57.78% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2B0E is #B1D4F1. Grayscale: #323232. Windows color (decimal): -11654386 or 928590. OLE color: 928590.

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

Color convert

RGB 78 43 14 -
CMYK 0 0.45 0.82 0.69
HSL 27.19º 0.7% 0.18% -
HSV(B) 27.19º 0.82% 0.31% -
XYZ 4.09 3.38 0.85 -
YUV 50.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 78 43 14 0 0.45 0.82 0.69 27.19 0.7 0.18
Hex 4E 2B E 0 2D 52 45 1B 46 12
Octal 116 53 16 0 55 122 105 33 106 22
Binary 1001110 101011 1110 0 101101 1010010 1000101 11011 1000110 10010

Color Harmonies of #4E2B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2B0E

Black with #4E2B0E

Text Example


Text Example

White with #4E2B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,43,14); }

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

background-color css

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

 a { background-color: rgb(78,43,14); }

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

border-color css

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

 span { border-color: rgb(78,43,14); }

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