Html Css Color HEX #492805 Baker's Chocolate

📋 copy color: '#492805'

red 73 ◦ green 40 ◦ blue 5

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

Shades of Baker's Chocolate #492805

Tints of Baker's Chocolate #492805

RGB

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

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

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

R = 61.86%
G = 33.9%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#492805 (or 0x492805) is known color: Baker's Chocolate. HEX triplet: 49, 28 and 05. RGB value is (73,40,5). Sum of RGB (Red+Green+Blue) = 73+40+5=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #492805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492805 is #B6D7FA. Grayscale: #2E2E2E. Windows color (decimal): -11982843 or 337993. OLE color: 337993.

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

Color convert

RGB 73 40 5 -
CMYK 0 0.45 0.93 0.71
HSL 30.88º 0.87% 0.15% -
HSV(B) 30.88º 0.93% 0.29% -
XYZ 3.53 2.95 0.53 -
YUV 45.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 73 40 5 0 0.45 0.93 0.71 30.88 0.87 0.15
Hex 49 28 5 0 2D 5D 47 1F 57 F
Octal 111 50 5 0 55 135 107 37 127 17
Binary 1001001 101000 101 0 101101 1011101 1000111 11111 1010111 1111

Color Harmonies of #492805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492805

Black with #492805

Text Example


Text Example

White with #492805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492805; }

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

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

background-color css

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

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

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

border-color css

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

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

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