Html Css Color HEX #4E3205 Baker's Chocolate

📋 copy color: '#4E3205'

red 78 ◦ green 50 ◦ blue 5

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

Shades of Baker's Chocolate #4E3205

Tints of Baker's Chocolate #4E3205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.59%

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 58.65%
G = 37.59%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#4E3205 (or 0x4E3205) is known color: Baker's Chocolate. HEX triplet: 4E, 32 and 05. RGB value is (78,50,5). Sum of RGB (Red+Green+Blue) = 78+50+5=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3205 is #B1CDFA. Grayscale: #353535. Windows color (decimal): -11652603 or 340558. OLE color: 340558.

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

Color convert

RGB 78 50 5 -
CMYK 0 0.36 0.94 0.69
HSL 36.99º 0.88% 0.16% -
HSV(B) 36.99º 0.94% 0.31% -
XYZ 4.31 3.91 0.67 -
YUV 53.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 78 50 5 0 0.36 0.94 0.69 36.99 0.88 0.16
Hex 4E 32 5 0 24 5E 45 25 58 10
Octal 116 62 5 0 44 136 105 45 130 20
Binary 1001110 110010 101 0 100100 1011110 1000101 100101 1011000 10000

Color Harmonies of #4E3205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3205

Black with #4E3205

Text Example


Text Example

White with #4E3205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,50,5); }

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

background-color css

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

 a { background-color: rgb(78,50,5); }

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

border-color css

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

 span { border-color: rgb(78,50,5); }

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