#732500

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

Shades of Baker's Chocolate #732500

Tints of Baker's Chocolate #732500

Color information

#732500 (or 0x732500) is unknown color: approx Baker's Chocolate. HEX triplet: 73, 25 and 00. RGB value is (115,37,0). Sum of RGB (Red+Green+Blue) = 115+37+0=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #732500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732500 is #8CDAFF. Grayscale: #383838. Windows color (decimal): -9231104 or 9587. OLE color: 9587.

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

Color convert

RGB115370-
CMYK00.6810.55
HSL19.3º100%22.55%-
HSV(B)19.3º100%45.1%-
XYZ7.734.970.55-
YUV56.196.34170.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.66%
G=24.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11537000.6810.5519.310022.55
Hex732500446437136417
Octal1634500104144672314427
Binary1110011100101001000100110010011011110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732500; }

 p { color: rgb(115,37,0); }

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

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

 a { background-color: rgb(115,37,0); }

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

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

 span { border-color: rgb(115,37,0); }

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