Html Css Color HEX #4E2C02 Baker's Chocolate

📋 copy color: '#4E2C02'

red 78 ◦ green 44 ◦ blue 2

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

Shades of Baker's Chocolate #4E2C02

Tints of Baker's Chocolate #4E2C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.48%

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

R = 62.9%
G = 35.48%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E2C02 (or 0x4E2C02) is known color: Baker's Chocolate. HEX triplet: 4E, 2C and 02. RGB value is (78,44,2). Sum of RGB (Red+Green+Blue) = 78+44+2=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2C02 is #B1D3FD. Grayscale: #313131. Windows color (decimal): -11654142 or 142414. OLE color: 142414.

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

Color convert

RGB 78 44 2 -
CMYK 0 0.44 0.97 0.69
HSL 33.16º 0.95% 0.16% -
HSV(B) 33.16º 0.97% 0.31% -
XYZ 4.05 3.43 0.5 -
YUV 49.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 78 44 2 0 0.44 0.97 0.69 33.16 0.95 0.16
Hex 4E 2C 2 0 2C 61 45 21 5F 10
Octal 116 54 2 0 54 141 105 41 137 20
Binary 1001110 101100 10 0 101100 1100001 1000101 100001 1011111 10000

Color Harmonies of #4E2C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2C02

Black with #4E2C02

Text Example


Text Example

White with #4E2C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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