Html Css Color HEX #492D07 Baker's Chocolate

📋 copy color: '#492D07'

red 73 ◦ green 45 ◦ blue 7

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

Shades of Baker's Chocolate #492D07

Tints of Baker's Chocolate #492D07

RGB

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

 GREEN value IS 45 (17.97% from 255) = 36%

 BLUE value IS 7 (3.13% from 255) = 5.6%

R = 58.4%
G = 36%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#492D07 (or 0x492D07) is known color: Baker's Chocolate. HEX triplet: 49, 2D and 07. RGB value is (73,45,7). Sum of RGB (Red+Green+Blue) = 73+45+7=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D07 is #B6D2F8. Grayscale: #313131. Windows color (decimal): -11981561 or 470345. OLE color: 470345.

HSL color Cylindrical-coordinate representation of color #492D07: hue angle of 34.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #492D07 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 7 -
CMYK 0 0.38 0.90 0.71
HSL 34.55º 0.83% 0.16% -
HSV(B) 34.55º 0.9% 0.29% -
XYZ 3.72 3.31 0.64 -
YUV 49.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 73 45 7 0 0.38 0.90 0.71 34.55 0.83 0.16
Hex 49 2D 7 0 26 5A 47 23 52 10
Octal 111 55 7 0 46 132 107 43 122 20
Binary 1001001 101101 111 0 100110 1011010 1000111 100011 1010010 10000

Color Harmonies of #492D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D07

Black with #492D07

Text Example


Text Example

White with #492D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492D07; }

 p { color: rgb(73,45,7); }

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

background-color css

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

 a { background-color: rgb(73,45,7); }

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

border-color css

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

 span { border-color: rgb(73,45,7); }

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