Html Css Color HEX #492500 Baker's Chocolate

📋 copy color: '#492500'

red 73 ◦ green 37 ◦ blue 0

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

Shades of Baker's Chocolate #492500

Tints of Baker's Chocolate #492500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.64%

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

R = 66.36%
G = 33.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#492500 (or 0x492500) is known color: Baker's Chocolate. HEX triplet: 49, 25 and 00. RGB value is (73,37,0). Sum of RGB (Red+Green+Blue) = 73+37+0=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #492500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492500 is #B6DAFF. Grayscale: #2B2B2B. Windows color (decimal): -11983616 or 9545. OLE color: 9545.

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

Color convert

RGB 73 37 0 -
CMYK 0 0.49 1 0.71
HSL 30.41º 1% 0.14% -
HSV(B) 30.41º 1% 0.29% -
XYZ 3.41 2.74 0.35 -
YUV 43.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 73 37 0 0 0.49 1 0.71 30.41 1 0.14
Hex 49 25 0 0 31 64 47 1E 64 E
Octal 111 45 0 0 61 144 107 36 144 16
Binary 1001001 100101 0 0 110001 1100100 1000111 11110 1100100 1110

Color Harmonies of #492500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492500

Black with #492500

Text Example


Text Example

White with #492500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492500; }

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

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

background-color css

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

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

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

border-color css

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

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

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