Html Css Color HEX #492801 Baker's Chocolate

📋 copy color: '#492801'

red 73 ◦ green 40 ◦ blue 1

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

Shades of Baker's Chocolate #492801

Tints of Baker's Chocolate #492801

RGB

 RED value IS 73 (28.91% from 255) = 64.04%

 GREEN value IS 40 (16.02% from 255) = 35.09%

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 64.04%
G = 35.09%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#492801 (or 0x492801) is known color: Baker's Chocolate. HEX triplet: 49, 28 and 01. RGB value is (73,40,1). Sum of RGB (Red+Green+Blue) = 73+40+1=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492801 is #B6D7FE. Grayscale: #2D2D2D. Windows color (decimal): -11982847 or 75849. OLE color: 75849.

HSL color Cylindrical-coordinate representation of color #492801: hue angle of 32.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #492801 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 1 -
CMYK 0 0.45 0.99 0.71
HSL 32.5º 0.97% 0.15% -
HSV(B) 32.5º 0.99% 0.29% -
XYZ 3.51 2.94 0.41 -
YUV 45.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 73 40 1 0 0.45 0.99 0.71 32.5 0.97 0.15
Hex 49 28 1 0 2D 63 47 20 61 F
Octal 111 50 1 0 55 143 107 40 141 17
Binary 1001001 101000 1 0 101101 1100011 1000111 100000 1100001 1111

Color Harmonies of #492801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492801

Black with #492801

Text Example


Text Example

White with #492801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492801; }

 p { color: rgb(73,40,1); }

 H1.HeaderClassName
 {
   color: #492801;
 }
 .AnyTagClassName
 {
   color: #492801;
 }
</style>

background-color css

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

 a { background-color: rgb(73,40,1); }

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

border-color css

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

 span { border-color: rgb(73,40,1); }

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