Html Css Color HEX #4E2F09 Baker's Chocolate

📋 copy color: '#4E2F09'

red 78 ◦ green 47 ◦ blue 9

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

Shades of Baker's Chocolate #4E2F09

Tints of Baker's Chocolate #4E2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.07%

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

R = 58.21%
G = 35.07%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.69

RGB Variations

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

Color information

#4E2F09 (or 0x4E2F09) is known color: Baker's Chocolate. HEX triplet: 4E, 2F and 09. RGB value is (78,47,9). Sum of RGB (Red+Green+Blue) = 78+47+9=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2F09 is #B1D0F6. Grayscale: #343434. Windows color (decimal): -11653367 or 601934. OLE color: 601934.

HSL color Cylindrical-coordinate representation of color #4E2F09: hue angle of 33.04º 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 #4E2F09 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 47 9 -
CMYK 0 0.40 0.88 0.69
HSL 33.04º 0.79% 0.17% -
HSV(B) 33.04º 0.88% 0.31% -
XYZ 4.21 3.67 0.75 -
YUV 51.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 78 47 9 0 0.40 0.88 0.69 33.04 0.79 0.17
Hex 4E 2F 9 0 28 58 45 21 4F 11
Octal 116 57 11 0 50 130 105 41 117 21
Binary 1001110 101111 1001 0 101000 1011000 1000101 100001 1001111 10001

Color Harmonies of #4E2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2F09

Black with #4E2F09

Text Example


Text Example

White with #4E2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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