Html Css Color HEX #492601 Baker's Chocolate

📋 copy color: '#492601'

red 73 ◦ green 38 ◦ blue 1

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

Shades of Baker's Chocolate #492601

Tints of Baker's Chocolate #492601

RGB

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

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

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

R = 65.18%
G = 33.93%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#492601 (or 0x492601) is known color: Baker's Chocolate. HEX triplet: 49, 26 and 01. RGB value is (73,38,1). Sum of RGB (Red+Green+Blue) = 73+38+1=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #492601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492601 is #B6D9FE. Grayscale: #2C2C2C. Windows color (decimal): -11983359 or 75337. OLE color: 75337.

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

Color convert

RGB 73 38 1 -
CMYK 0 0.48 0.99 0.71
HSL 30.83º 0.97% 0.15% -
HSV(B) 30.83º 0.99% 0.29% -
XYZ 3.45 2.8 0.39 -
YUV 44.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 73 38 1 0 0.48 0.99 0.71 30.83 0.97 0.15
Hex 49 26 1 0 30 63 47 1F 61 F
Octal 111 46 1 0 60 143 107 37 141 17
Binary 1001001 100110 1 0 110000 1100011 1000111 11111 1100001 1111

Color Harmonies of #492601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492601

Black with #492601

Text Example


Text Example

White with #492601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492601; }

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

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

background-color css

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

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

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

border-color css

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

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

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