Html Css Color HEX #492908 Baker's Chocolate

📋 copy color: '#492908'

red 73 ◦ green 41 ◦ blue 8

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

Shades of Baker's Chocolate #492908

Tints of Baker's Chocolate #492908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.56%

R = 59.84%
G = 33.61%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#492908 (or 0x492908) is known color: Baker's Chocolate. HEX triplet: 49, 29 and 08. RGB value is (73,41,8). Sum of RGB (Red+Green+Blue) = 73+41+8=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #492908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492908 is #B6D6F7. Grayscale: #2E2E2E. Windows color (decimal): -11982584 or 534857. OLE color: 534857.

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

Color convert

RGB 73 41 8 -
CMYK 0 0.44 0.89 0.71
HSL 30.46º 0.8% 0.16% -
HSV(B) 30.46º 0.89% 0.29% -
XYZ 3.58 3.02 0.62 -
YUV 46.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 73 41 8 0 0.44 0.89 0.71 30.46 0.8 0.16
Hex 49 29 8 0 2C 59 47 1E 50 10
Octal 111 51 10 0 54 131 107 36 120 20
Binary 1001001 101001 1000 0 101100 1011001 1000111 11110 1010000 10000

Color Harmonies of #492908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492908

Black with #492908

Text Example


Text Example

White with #492908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492908; }

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

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

background-color css

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

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

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

border-color css

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

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

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