Html Css Color HEX #492B08 Baker's Chocolate

📋 copy color: '#492B08'

red 73 ◦ green 43 ◦ blue 8

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

Shades of Baker's Chocolate #492B08

Tints of Baker's Chocolate #492B08

RGB

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

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

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

R = 58.87%
G = 34.68%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#492B08 (or 0x492B08) is known color: Baker's Chocolate. HEX triplet: 49, 2B and 08. RGB value is (73,43,8). Sum of RGB (Red+Green+Blue) = 73+43+8=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B08 is #B6D4F7. Grayscale: #303030. Windows color (decimal): -11982072 or 535369. OLE color: 535369.

HSL color Cylindrical-coordinate representation of color #492B08: hue angle of 32.31º 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 #492B08 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 8 -
CMYK 0 0.41 0.89 0.71
HSL 32.31º 0.8% 0.16% -
HSV(B) 32.31º 0.89% 0.29% -
XYZ 3.66 3.16 0.65 -
YUV 47.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 73 43 8 0 0.41 0.89 0.71 32.31 0.8 0.16
Hex 49 2B 8 0 29 59 47 20 50 10
Octal 111 53 10 0 51 131 107 40 120 20
Binary 1001001 101011 1000 0 101001 1011001 1000111 100000 1010000 10000

Color Harmonies of #492B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B08

Black with #492B08

Text Example


Text Example

White with #492B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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