Html Css Color HEX #493000 Baker's Chocolate

📋 copy color: '#493000'

red 73 ◦ green 48 ◦ blue 0

#493000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #493000

Tints of Baker's Chocolate #493000

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 value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#493000 (or 0x493000) is known color: 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

RGB 73 48 0 -
CMYK 0 0.34 1 0.71
HSL 39.45º 1% 0.14% -
HSV(B) 39.45º 1% 0.29% -
XYZ 3.8 3.53 0.48 -
YUV 50 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 73 48 0 0 0.34 1 0.71 39.45 1 0.14
Hex 49 30 0 0 22 64 47 27 64 E
Octal 111 60 0 0 42 144 107 47 144 16
Binary 1001001 110000 0 0 100010 1100100 1000111 100111 1100100 1110

Color Harmonies of #493000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493000

Black with #493000

Text Example


Text Example

White with #493000

Text Example


Text Example

HTML Codes & Css Web 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>