Html Css Color HEX #4E2702 Baker's Chocolate

📋 copy color: '#4E2702'

red 78 ◦ green 39 ◦ blue 2

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

Shades of Baker's Chocolate #4E2702

Tints of Baker's Chocolate #4E2702

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.77%

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

R = 65.55%
G = 32.77%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E2702 (or 0x4E2702) is known color: Baker's Chocolate. HEX triplet: 4E, 27 and 02. RGB value is (78,39,2). Sum of RGB (Red+Green+Blue) = 78+39+2=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2702 is #B1D8FD. Grayscale: #2E2E2E. Windows color (decimal): -11655422 or 141134. OLE color: 141134.

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

Color convert

RGB 78 39 2 -
CMYK 0 0.50 0.97 0.69
HSL 29.21º 0.95% 0.16% -
HSV(B) 29.21º 0.97% 0.31% -
XYZ 3.88 3.08 0.45 -
YUV 46.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 78 39 2 0 0.50 0.97 0.69 29.21 0.95 0.16
Hex 4E 27 2 0 32 61 45 1D 5F 10
Octal 116 47 2 0 62 141 105 35 137 20
Binary 1001110 100111 10 0 110010 1100001 1000101 11101 1011111 10000

Color Harmonies of #4E2702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2702

Black with #4E2702

Text Example


Text Example

White with #4E2702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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