#733004

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

Shades of Baker's Chocolate #733004

Tints of Baker's Chocolate #733004

Color information

#733004 (or 0x733004) is unknown color: approx Baker's Chocolate. HEX triplet: 73, 30 and 04. RGB value is (115,48,4). Sum of RGB (Red+Green+Blue) = 115+48+4=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #733004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733004 is #8CCFFB. Grayscale: #3F3F3F. Windows color (decimal): -9228284 or 274547. OLE color: 274547.

HSL color Cylindrical-coordinate representation of color #733004: hue angle of 23.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #733004 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB115484-
CMYK00.580.970.55
HSL23.78º93.28%23.33%-
HSV(B)23.78º96.52%45.1%-
XYZ8.155.770.8-
YUV63.0294.7165.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=68.86%
G=28.74%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11548400.580.970.5523.7893.2823.33
Hex7330403A6137185d17
Octal163604072141673013527
Binary11100111100001000111010110000111011111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733004; }

 p { color: rgb(115,48,4); }

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

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

 a { background-color: rgb(115,48,4); }

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

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

 span { border-color: rgb(115,48,4); }

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