Html Css Color HEX #492905 Baker's Chocolate

📋 copy color: '#492905'

red 73 ◦ green 41 ◦ blue 5

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

Shades of Baker's Chocolate #492905

Tints of Baker's Chocolate #492905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.2%

R = 61.34%
G = 34.45%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#492905 (or 0x492905) is known color: Baker's Chocolate. HEX triplet: 49, 29 and 05. RGB value is (73,41,5). Sum of RGB (Red+Green+Blue) = 73+41+5=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #492905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492905 is #B6D6FA. Grayscale: #2E2E2E. Windows color (decimal): -11982587 or 338249. OLE color: 338249.

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

Color convert

RGB 73 41 5 -
CMYK 0 0.44 0.93 0.71
HSL 31.76º 0.87% 0.15% -
HSV(B) 31.76º 0.93% 0.29% -
XYZ 3.57 3.01 0.54 -
YUV 46.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 73 41 5 0 0.44 0.93 0.71 31.76 0.87 0.15
Hex 49 29 5 0 2C 5D 47 20 57 F
Octal 111 51 5 0 54 135 107 40 127 17
Binary 1001001 101001 101 0 101100 1011101 1000111 100000 1010111 1111

Color Harmonies of #492905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492905

Black with #492905

Text Example


Text Example

White with #492905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492905; }

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

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

background-color css

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

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

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

border-color css

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

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

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