Html Css Color HEX #492401 Baker's Chocolate

📋 copy color: '#492401'

red 73 ◦ green 36 ◦ blue 1

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

Shades of Baker's Chocolate #492401

Tints of Baker's Chocolate #492401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.91%

R = 66.36%
G = 32.73%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#492401 (or 0x492401) is known color: Baker's Chocolate. HEX triplet: 49, 24 and 01. RGB value is (73,36,1). Sum of RGB (Red+Green+Blue) = 73+36+1=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #492401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492401 is #B6DBFE. Grayscale: #2B2B2B. Windows color (decimal): -11983871 or 74825. OLE color: 74825.

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

Color convert

RGB 73 36 1 -
CMYK 0 0.51 0.99 0.71
HSL 29.17º 0.97% 0.15% -
HSV(B) 29.17º 0.99% 0.29% -
XYZ 3.38 2.68 0.37 -
YUV 43.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 73 36 1 0 0.51 0.99 0.71 29.17 0.97 0.15
Hex 49 24 1 0 33 63 47 1D 61 F
Octal 111 44 1 0 63 143 107 35 141 17
Binary 1001001 100100 1 0 110011 1100011 1000111 11101 1100001 1111

Color Harmonies of #492401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492401

Black with #492401

Text Example


Text Example

White with #492401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492401; }

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

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

background-color css

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

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

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

border-color css

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

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

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