Html Css Color HEX #4E2509 Baker's Chocolate

📋 copy color: '#4E2509'

red 78 ◦ green 37 ◦ blue 9

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

Shades of Baker's Chocolate #4E2509

Tints of Baker's Chocolate #4E2509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 62.9%
G = 29.84%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.69

RGB Variations

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

Color information

#4E2509 (or 0x4E2509) is known color: Baker's Chocolate. HEX triplet: 4E, 25 and 09. RGB value is (78,37,9). Sum of RGB (Red+Green+Blue) = 78+37+9=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2509 is #B1DAF6. Grayscale: #2E2E2E. Windows color (decimal): -11655927 or 599374. OLE color: 599374.

HSL color Cylindrical-coordinate representation of color #4E2509: hue angle of 24.35º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E2509 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 37 9 -
CMYK 0 0.53 0.88 0.69
HSL 24.35º 0.79% 0.17% -
HSV(B) 24.35º 0.88% 0.31% -
XYZ 3.85 2.96 0.63 -
YUV 46.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 78 37 9 0 0.53 0.88 0.69 24.35 0.79 0.17
Hex 4E 25 9 0 35 58 45 18 4F 11
Octal 116 45 11 0 65 130 105 30 117 21
Binary 1001110 100101 1001 0 110101 1011000 1000101 11000 1001111 10001

Color Harmonies of #4E2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2509

Black with #4E2509

Text Example


Text Example

White with #4E2509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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