Html Css Color HEX #4E3304 Baker's Chocolate

📋 copy color: '#4E3304'

red 78 ◦ green 51 ◦ blue 4

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

Shades of Baker's Chocolate #4E3304

Tints of Baker's Chocolate #4E3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.35%

 BLUE value IS 4 (1.95% from 255) = 3.01%

R = 58.65%
G = 38.35%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#4E3304 (or 0x4E3304) is known color: Baker's Chocolate. HEX triplet: 4E, 33 and 04. RGB value is (78,51,4). Sum of RGB (Red+Green+Blue) = 78+51+4=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3304 is #B1CCFB. Grayscale: #353535. Windows color (decimal): -11652348 or 275278. OLE color: 275278.

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

Color convert

RGB 78 51 4 -
CMYK 0 0.35 0.95 0.69
HSL 38.11º 0.9% 0.16% -
HSV(B) 38.11º 0.95% 0.31% -
XYZ 4.35 4 0.66 -
YUV 53.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 78 51 4 0 0.35 0.95 0.69 38.11 0.9 0.16
Hex 4E 33 4 0 23 5F 45 26 5A 10
Octal 116 63 4 0 43 137 105 46 132 20
Binary 1001110 110011 100 0 100011 1011111 1000101 100110 1011010 10000

Color Harmonies of #4E3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3304

Black with #4E3304

Text Example


Text Example

White with #4E3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,51,4); }

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

background-color css

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

 a { background-color: rgb(78,51,4); }

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

border-color css

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

 span { border-color: rgb(78,51,4); }

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