Html Css Color HEX #4E2502 Baker's Chocolate

📋 copy color: '#4E2502'

red 78 ◦ green 37 ◦ blue 2

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

Shades of Baker's Chocolate #4E2502

Tints of Baker's Chocolate #4E2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.62%

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

R = 66.67%
G = 31.62%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4E2502 (or 0x4E2502) is known color: Baker's Chocolate. HEX triplet: 4E, 25 and 02. RGB value is (78,37,2). Sum of RGB (Red+Green+Blue) = 78+37+2=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2502 is #B1DAFD. Grayscale: #2D2D2D. Windows color (decimal): -11655934 or 140622. OLE color: 140622.

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

Color convert

RGB 78 37 2 -
CMYK 0 0.53 0.97 0.69
HSL 27.63º 0.95% 0.16% -
HSV(B) 27.63º 0.97% 0.31% -
XYZ 3.81 2.95 0.43 -
YUV 45.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 78 37 2 0 0.53 0.97 0.69 27.63 0.95 0.16
Hex 4E 25 2 0 35 61 45 1C 5F 10
Octal 116 45 2 0 65 141 105 34 137 20
Binary 1001110 100101 10 0 110101 1100001 1000101 11100 1011111 10000

Color Harmonies of #4E2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2502

Black with #4E2502

Text Example


Text Example

White with #4E2502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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