#723200

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

Shades of Baker's Chocolate #723200

Tints of Baker's Chocolate #723200

Color information

#723200 (or 0x723200) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 32 and 00. RGB value is (114,50,0). Sum of RGB (Red+Green+Blue) = 114+50+0=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #723200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723200 is #8DCDFF. Grayscale: #3F3F3F. Windows color (decimal): -9293312 or 12914. OLE color: 12914.

HSL color Cylindrical-coordinate representation of color #723200: hue angle of 26.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #723200 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB114500-
CMYK00.5610.55
HSL26.32º100%22.35%-
HSV(B)26.32º100%44.71%-
XYZ8.085.860.7-
YUV63.4492.2164.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.51%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.51%
G=30.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11450000.5610.5526.3210022.35
Hex7232003864371a6416
Octal162620070144673214426
Binary111001011001000111000110010011011111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723200; }

 p { color: rgb(114,50,0); }

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

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

 a { background-color: rgb(114,50,0); }

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

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

 span { border-color: rgb(114,50,0); }

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