#732A01

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

Shades of Baker's Chocolate #732A01

Tints of Baker's Chocolate #732A01

Color information

#732A01 (or 0x732A01) is unknown color: approx Baker's Chocolate. HEX triplet: 73, 2A and 01. RGB value is (115,42,1). Sum of RGB (Red+Green+Blue) = 115+42+1=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #732A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732A01 is #8CD5FE. Grayscale: #3B3B3B. Windows color (decimal): -9229823 or 76403. OLE color: 76403.

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

Color convert

RGB115421-
CMYK00.630.990.55
HSL21.58º98.28%22.75%-
HSV(B)21.58º99.13%45.1%-
XYZ7.95.30.64-
YUV59.1595.18167.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 42 (16.80% from 255) = 26.58%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=72.78%
G=26.58%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11542100.630.990.5521.5898.2822.75
Hex732A103F6337166217
Octal163521077143672614227
Binary111001110101010111111110001111011110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732A01; }

 p { color: rgb(115,42,1); }

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

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

 a { background-color: rgb(115,42,1); }

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

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

 span { border-color: rgb(115,42,1); }

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