Html Css Color HEX #4E2606 Baker's Chocolate

📋 copy color: '#4E2606'

red 78 ◦ green 38 ◦ blue 6

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

Shades of Baker's Chocolate #4E2606

Tints of Baker's Chocolate #4E2606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 63.93%
G = 31.15%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4E2606 (or 0x4E2606) is known color: Baker's Chocolate. HEX triplet: 4E, 26 and 06. RGB value is (78,38,6). Sum of RGB (Red+Green+Blue) = 78+38+6=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2606 is #B1D9F9. Grayscale: #2E2E2E. Windows color (decimal): -11655674 or 403022. OLE color: 403022.

HSL color Cylindrical-coordinate representation of color #4E2606: hue angle of 26.67º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E2606 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 38 6 -
CMYK 0 0.51 0.92 0.69
HSL 26.67º 0.86% 0.16% -
HSV(B) 26.67º 0.92% 0.31% -
XYZ 3.87 3.02 0.55 -
YUV 46.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 78 38 6 0 0.51 0.92 0.69 26.67 0.86 0.16
Hex 4E 26 6 0 33 5C 45 1B 56 10
Octal 116 46 6 0 63 134 105 33 126 20
Binary 1001110 100110 110 0 110011 1011100 1000101 11011 1010110 10000

Color Harmonies of #4E2606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2606

Black with #4E2606

Text Example


Text Example

White with #4E2606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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