#732502

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

Shades of Baker's Chocolate #732502

Tints of Baker's Chocolate #732502

Color information

#732502 (or 0x732502) is unknown color: approx Baker's Chocolate. HEX triplet: 73, 25 and 02. RGB value is (115,37,2). Sum of RGB (Red+Green+Blue) = 115+37+2=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #732502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732502 is #8CDAFD. Grayscale: #383838. Windows color (decimal): -9231102 or 140659. OLE color: 140659.

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

Color convert

RGB115372-
CMYK00.680.980.55
HSL18.58º96.58%22.94%-
HSV(B)18.58º98.26%45.1%-
XYZ7.744.970.61-
YUV56.3397.34169.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.68%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=74.68%
G=24.03%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11537200.680.980.5518.5896.5822.94
Hex732520446237136117
Octal1634520104142672314127
Binary11100111001011001000100110001011011110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732502; }

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

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

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

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

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

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

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

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