Html Css Color HEX #492900 Baker's Chocolate

📋 copy color: '#492900'

red 73 ◦ green 41 ◦ blue 0

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

Shades of Baker's Chocolate #492900

Tints of Baker's Chocolate #492900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.96%

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

R = 64.04%
G = 35.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#492900 (or 0x492900) is known color: Baker's Chocolate. HEX triplet: 49, 29 and 00. RGB value is (73,41,0). Sum of RGB (Red+Green+Blue) = 73+41+0=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492900 is #B6D6FF. Grayscale: #2E2E2E. Windows color (decimal): -11982592 or 10569. OLE color: 10569.

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

Color convert

RGB 73 41 0 -
CMYK 0 0.44 1 0.71
HSL 33.7º 1% 0.14% -
HSV(B) 33.7º 1% 0.29% -
XYZ 3.54 3 0.39 -
YUV 45.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 73 41 0 0 0.44 1 0.71 33.7 1 0.14
Hex 49 29 0 0 2C 64 47 22 64 E
Octal 111 51 0 0 54 144 107 42 144 16
Binary 1001001 101001 0 0 101100 1100100 1000111 100010 1100100 1110

Color Harmonies of #492900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492900

Black with #492900

Text Example


Text Example

White with #492900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492900; }

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

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

background-color css

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

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

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

border-color css

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

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

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