Html Css Color HEX #4E2709 Baker's Chocolate

📋 copy color: '#4E2709'

red 78 ◦ green 39 ◦ blue 9

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

Shades of Baker's Chocolate #4E2709

Tints of Baker's Chocolate #4E2709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.95%

 BLUE value IS 9 (3.91% from 255) = 7.14%

R = 61.9%
G = 30.95%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.69

RGB Variations

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

Color information

#4E2709 (or 0x4E2709) is known color: Baker's Chocolate. HEX triplet: 4E, 27 and 09. RGB value is (78,39,9). Sum of RGB (Red+Green+Blue) = 78+39+9=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2709 is #B1D8F6. Grayscale: #2F2F2F. Windows color (decimal): -11655415 or 599886. OLE color: 599886.

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

Color convert

RGB 78 39 9 -
CMYK 0 0.50 0.88 0.69
HSL 26.09º 0.79% 0.17% -
HSV(B) 26.09º 0.88% 0.31% -
XYZ 3.92 3.09 0.65 -
YUV 47.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 78 39 9 0 0.50 0.88 0.69 26.09 0.79 0.17
Hex 4E 27 9 0 32 58 45 1A 4F 11
Octal 116 47 11 0 62 130 105 32 117 21
Binary 1001110 100111 1001 0 110010 1011000 1000101 11010 1001111 10001

Color Harmonies of #4E2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2709

Black with #4E2709

Text Example


Text Example

White with #4E2709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,39,9); }

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

background-color css

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

 a { background-color: rgb(78,39,9); }

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

border-color css

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

 span { border-color: rgb(78,39,9); }

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