Html Css Color HEX #492402 Baker's Chocolate

📋 copy color: '#492402'

red 73 ◦ green 36 ◦ blue 2

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

Shades of Baker's Chocolate #492402

Tints of Baker's Chocolate #492402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.43%

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

R = 65.77%
G = 32.43%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#492402 (or 0x492402) is known color: Baker's Chocolate. HEX triplet: 49, 24 and 02. RGB value is (73,36,2). Sum of RGB (Red+Green+Blue) = 73+36+2=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492402 is #B6DBFD. Grayscale: #2B2B2B. Windows color (decimal): -11983870 or 140361. OLE color: 140361.

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

Color convert

RGB 73 36 2 -
CMYK 0 0.51 0.97 0.71
HSL 28.73º 0.95% 0.15% -
HSV(B) 28.73º 0.97% 0.29% -
XYZ 3.39 2.68 0.4 -
YUV 43.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 73 36 2 0 0.51 0.97 0.71 28.73 0.95 0.15
Hex 49 24 2 0 33 61 47 1D 5F F
Octal 111 44 2 0 63 141 107 35 137 17
Binary 1001001 100100 10 0 110011 1100001 1000111 11101 1011111 1111

Color Harmonies of #492402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492402

Black with #492402

Text Example


Text Example

White with #492402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492402; }

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

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

background-color css

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

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

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

border-color css

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

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

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