Html Css Color HEX #492602 Baker's Chocolate

📋 copy color: '#492602'

red 73 ◦ green 38 ◦ blue 2

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

Shades of Baker's Chocolate #492602

Tints of Baker's Chocolate #492602

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

 BLUE value IS 2 (1.17% from 255) = 1.77%

R = 64.6%
G = 33.63%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#492602 (or 0x492602) is known color: Baker's Chocolate. HEX triplet: 49, 26 and 02. RGB value is (73,38,2). Sum of RGB (Red+Green+Blue) = 73+38+2=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #492602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492602 is #B6D9FD. Grayscale: #2C2C2C. Windows color (decimal): -11983358 or 140873. OLE color: 140873.

HSL color Cylindrical-coordinate representation of color #492602: hue angle of 30.42º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #492602 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 38 2 -
CMYK 0 0.48 0.97 0.71
HSL 30.42º 0.95% 0.15% -
HSV(B) 30.42º 0.97% 0.29% -
XYZ 3.45 2.81 0.42 -
YUV 44.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 73 38 2 0 0.48 0.97 0.71 30.42 0.95 0.15
Hex 49 26 2 0 30 61 47 1E 5F F
Octal 111 46 2 0 60 141 107 36 137 17
Binary 1001001 100110 10 0 110000 1100001 1000111 11110 1011111 1111

Color Harmonies of #492602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492602

Black with #492602

Text Example


Text Example

White with #492602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492602; }

 p { color: rgb(73,38,2); }

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

background-color css

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

 a { background-color: rgb(73,38,2); }

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

border-color css

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

 span { border-color: rgb(73,38,2); }

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