Html Css Color HEX #4E3209 Baker's Chocolate

📋 copy color: '#4E3209'

red 78 ◦ green 50 ◦ blue 9

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

Shades of Baker's Chocolate #4E3209

Tints of Baker's Chocolate #4E3209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

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

R = 56.93%
G = 36.5%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.69

RGB Variations

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

Color information

#4E3209 (or 0x4E3209) is known color: Baker's Chocolate. HEX triplet: 4E, 32 and 09. RGB value is (78,50,9). Sum of RGB (Red+Green+Blue) = 78+50+9=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3209 is #B1CDF6. Grayscale: #353535. Windows color (decimal): -11652599 or 602702. OLE color: 602702.

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

Color convert

RGB 78 50 9 -
CMYK 0 0.36 0.88 0.69
HSL 35.65º 0.79% 0.17% -
HSV(B) 35.65º 0.88% 0.31% -
XYZ 4.33 3.92 0.79 -
YUV 53.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 78 50 9 0 0.36 0.88 0.69 35.65 0.79 0.17
Hex 4E 32 9 0 24 58 45 24 4F 11
Octal 116 62 11 0 44 130 105 44 117 21
Binary 1001110 110010 1001 0 100100 1011000 1000101 100100 1001111 10001

Color Harmonies of #4E3209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3209

Black with #4E3209

Text Example


Text Example

White with #4E3209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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