Html Css Color HEX #492800 Baker's Chocolate

📋 copy color: '#492800'

red 73 ◦ green 40 ◦ blue 0

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

Shades of Baker's Chocolate #492800

Tints of Baker's Chocolate #492800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.6%
G = 35.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#492800 (or 0x492800) is known color: Baker's Chocolate. HEX triplet: 49, 28 and 00. RGB value is (73,40,0). Sum of RGB (Red+Green+Blue) = 73+40+0=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #492800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492800 is #B6D7FF. Grayscale: #2D2D2D. Windows color (decimal): -11982848 or 10313. OLE color: 10313.

HSL color Cylindrical-coordinate representation of color #492800: hue angle of 32.88º 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 #492800 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 0 -
CMYK 0 0.45 1 0.71
HSL 32.88º 1% 0.14% -
HSV(B) 32.88º 1% 0.29% -
XYZ 3.51 2.93 0.38 -
YUV 45.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 73 40 0 0 0.45 1 0.71 32.88 1 0.14
Hex 49 28 0 0 2D 64 47 21 64 E
Octal 111 50 0 0 55 144 107 41 144 16
Binary 1001001 101000 0 0 101101 1100100 1000111 100001 1100100 1110

Color Harmonies of #492800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492800

Black with #492800

Text Example


Text Example

White with #492800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492800; }

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

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

background-color css

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

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

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

border-color css

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

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

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