Html Css Color HEX #4E3502 Baker's Chocolate

📋 copy color: '#4E3502'

red 78 ◦ green 53 ◦ blue 2

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

Shades of Baker's Chocolate #4E3502

Tints of Baker's Chocolate #4E3502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 39.85%

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 58.65%
G = 39.85%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E3502 (or 0x4E3502) is known color: Baker's Chocolate. HEX triplet: 4E, 35 and 02. RGB value is (78,53,2). Sum of RGB (Red+Green+Blue) = 78+53+2=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3502 is #B1CAFD. Grayscale: #363636. Windows color (decimal): -11651838 or 144718. OLE color: 144718.

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

Color convert

RGB 78 53 2 -
CMYK 0 0.32 0.97 0.69
HSL 40.26º 0.95% 0.16% -
HSV(B) 40.26º 0.97% 0.31% -
XYZ 4.43 4.17 0.63 -
YUV 54.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 78 53 2 0 0.32 0.97 0.69 40.26 0.95 0.16
Hex 4E 35 2 0 20 61 45 28 5F 10
Octal 116 65 2 0 40 141 105 50 137 20
Binary 1001110 110101 10 0 100000 1100001 1000101 101000 1011111 10000

Color Harmonies of #4E3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3502

Black with #4E3502

Text Example


Text Example

White with #4E3502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,53,2); }

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

background-color css

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

 a { background-color: rgb(78,53,2); }

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

border-color css

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

 span { border-color: rgb(78,53,2); }

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