Html Css Color HEX #492B09 Baker's Chocolate

📋 copy color: '#492B09'

red 73 ◦ green 43 ◦ blue 9

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

Shades of Baker's Chocolate #492B09

Tints of Baker's Chocolate #492B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.4%

 BLUE value IS 9 (3.91% from 255) = 7.2%

R = 58.4%
G = 34.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#492B09 (or 0x492B09) is known color: Baker's Chocolate. HEX triplet: 49, 2B and 09. RGB value is (73,43,9). Sum of RGB (Red+Green+Blue) = 73+43+9=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B09 is #B6D4F6. Grayscale: #303030. Windows color (decimal): -11982071 or 600905. OLE color: 600905.

HSL color Cylindrical-coordinate representation of color #492B09: hue angle of 31.88º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #492B09 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 9 -
CMYK 0 0.41 0.88 0.71
HSL 31.88º 0.78% 0.16% -
HSV(B) 31.88º 0.88% 0.29% -
XYZ 3.66 3.16 0.68 -
YUV 48.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 73 43 9 0 0.41 0.88 0.71 31.88 0.78 0.16
Hex 49 2B 9 0 29 58 47 20 4E 10
Octal 111 53 11 0 51 130 107 40 116 20
Binary 1001001 101011 1001 0 101001 1011000 1000111 100000 1001110 10000

Color Harmonies of #492B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B09

Black with #492B09

Text Example


Text Example

White with #492B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,43,9); }

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

background-color css

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

 a { background-color: rgb(73,43,9); }

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

border-color css

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

 span { border-color: rgb(73,43,9); }

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