Html Css Color HEX #4E3402 Baker's Chocolate

📋 copy color: '#4E3402'

red 78 ◦ green 52 ◦ blue 2

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

Shades of Baker's Chocolate #4E3402

Tints of Baker's Chocolate #4E3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.39%

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

R = 59.09%
G = 39.39%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E3402 (or 0x4E3402) is known color: Baker's Chocolate. HEX triplet: 4E, 34 and 02. RGB value is (78,52,2). Sum of RGB (Red+Green+Blue) = 78+52+2=132 (17% of max value = 765). Red value is 78 (30.86% from 255 or 59.09% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3402 is #B1CBFD. Grayscale: #363636. Windows color (decimal): -11652094 or 144462. OLE color: 144462.

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

Color convert

RGB 78 52 2 -
CMYK 0 0.33 0.97 0.69
HSL 39.47º 0.95% 0.16% -
HSV(B) 39.47º 0.97% 0.31% -
XYZ 4.38 4.08 0.61 -
YUV 54.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 78 52 2 0 0.33 0.97 0.69 39.47 0.95 0.16
Hex 4E 34 2 0 21 61 45 27 5F 10
Octal 116 64 2 0 41 141 105 47 137 20
Binary 1001110 110100 10 0 100001 1100001 1000101 100111 1011111 10000

Color Harmonies of #4E3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3402

Black with #4E3402

Text Example


Text Example

White with #4E3402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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