Html Css Color HEX #492804 Baker's Chocolate

📋 copy color: '#492804'

red 73 ◦ green 40 ◦ blue 4

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

Shades of Baker's Chocolate #492804

Tints of Baker's Chocolate #492804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 62.39%
G = 34.19%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#492804 (or 0x492804) is known color: Baker's Chocolate. HEX triplet: 49, 28 and 04. RGB value is (73,40,4). Sum of RGB (Red+Green+Blue) = 73+40+4=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #492804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492804 is #B6D7FB. Grayscale: #2D2D2D. Windows color (decimal): -11982844 or 272457. OLE color: 272457.

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

Color convert

RGB 73 40 4 -
CMYK 0 0.45 0.95 0.71
HSL 31.3º 0.9% 0.15% -
HSV(B) 31.3º 0.95% 0.29% -
XYZ 3.53 2.94 0.5 -
YUV 45.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 73 40 4 0 0.45 0.95 0.71 31.3 0.9 0.15
Hex 49 28 4 0 2D 5F 47 1F 5A F
Octal 111 50 4 0 55 137 107 37 132 17
Binary 1001001 101000 100 0 101101 1011111 1000111 11111 1011010 1111

Color Harmonies of #492804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492804

Black with #492804

Text Example


Text Example

White with #492804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492804; }

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

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

background-color css

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

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

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

border-color css

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

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

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