Html Css Color HEX #4E2609 Baker's Chocolate

📋 copy color: '#4E2609'

red 78 ◦ green 38 ◦ blue 9

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

Shades of Baker's Chocolate #4E2609

Tints of Baker's Chocolate #4E2609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.4%

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

R = 62.4%
G = 30.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.69

RGB Variations

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

Color information

#4E2609 (or 0x4E2609) is known color: Baker's Chocolate. HEX triplet: 4E, 26 and 09. RGB value is (78,38,9). Sum of RGB (Red+Green+Blue) = 78+38+9=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2609 is #B1D9F6. Grayscale: #2E2E2E. Windows color (decimal): -11655671 or 599630. OLE color: 599630.

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

Color convert

RGB 78 38 9 -
CMYK 0 0.51 0.88 0.69
HSL 25.22º 0.79% 0.17% -
HSV(B) 25.22º 0.88% 0.31% -
XYZ 3.88 3.03 0.64 -
YUV 46.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 78 38 9 0 0.51 0.88 0.69 25.22 0.79 0.17
Hex 4E 26 9 0 33 58 45 19 4F 11
Octal 116 46 11 0 63 130 105 31 117 21
Binary 1001110 100110 1001 0 110011 1011000 1000101 11001 1001111 10001

Color Harmonies of #4E2609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2609

Black with #4E2609

Text Example


Text Example

White with #4E2609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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