#4E3502

Color #4E3502 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #4E3502

Tints of Baker's Chocolate #4E3502

Color information

#4E3502 (or 0x4E3502) is unknown color: approx Baker's Chocolate. HEX triplet: 4E, 35 and 02. RGB value is (78,53,2). Sum of RGB (Red+Green+Blue) = 78+53+2=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3502 is #B1CAFD. Grayscale: #363636. Windows color (decimal): -11651838 or 144718. OLE color: 144718.

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

Color convert

RGB78532-
CMYK00.320.970.69
HSL40.26º95%15.69%-
HSV(B)40.26º97.44%30.59%-
XYZ4.434.170.63-
YUV54.6698.28144.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=58.65%
G=39.85%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7853200.320.970.6940.269515.69
Hex4E3520206145285f10
Octal1166520401411055013720
Binary100111011010110010000011000011000101101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E3502;
 }
 .AnyTagClassName
 {
   color: #4E3502;
 }
</style>
background-color css

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

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

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

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

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

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