#493000

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

Shades of Baker's Chocolate #493000

Tints of Baker's Chocolate #493000

Color information

#493000 (or 0x493000) is unknown color: approx Baker's Chocolate. HEX triplet: 49, 30 and 00. RGB value is (73,48,0). Sum of RGB (Red+Green+Blue) = 73+48+0=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #493000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493000 is #B6CFFF. Grayscale: #323232. Windows color (decimal): -11980800 or 12361. OLE color: 12361.

HSL color Cylindrical-coordinate representation of color #493000: hue angle of 39.45º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #493000 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB73480-
CMYK00.3410.71
HSL39.45º100%14.31%-
HSV(B)39.45º100%28.63%-
XYZ3.83.530.48-
YUV5099.78144.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 60.33%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.33%
G=39.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7348000.3410.7139.4510014.31
Hex4930002264472764e
Octal1116000421441074714416
Binary1001001110000001000101100100100011110011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493000; }

 p { color: rgb(73,48,0); }

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

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

 a { background-color: rgb(73,48,0); }

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

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

 span { border-color: rgb(73,48,0); }

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