Html Css Color HEX #492705 Baker's Chocolate

📋 copy color: '#492705'

red 73 ◦ green 39 ◦ blue 5

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

Shades of Baker's Chocolate #492705

Tints of Baker's Chocolate #492705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.33%

 BLUE value IS 5 (2.34% from 255) = 4.27%

R = 62.39%
G = 33.33%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#492705 (or 0x492705) is known color: Baker's Chocolate. HEX triplet: 49, 27 and 05. RGB value is (73,39,5). Sum of RGB (Red+Green+Blue) = 73+39+5=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #492705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492705 is #B6D8FA. Grayscale: #2D2D2D. Windows color (decimal): -11983099 or 337737. OLE color: 337737.

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

Color convert

RGB 73 39 5 -
CMYK 0 0.47 0.93 0.71
HSL 30º 0.87% 0.15% -
HSV(B) 30º 0.93% 0.29% -
XYZ 3.5 2.88 0.51 -
YUV 45.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 73 39 5 0 0.47 0.93 0.71 30 0.87 0.15
Hex 49 27 5 0 2F 5D 47 1E 57 F
Octal 111 47 5 0 57 135 107 36 127 17
Binary 1001001 100111 101 0 101111 1011101 1000111 11110 1010111 1111

Color Harmonies of #492705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492705

Black with #492705

Text Example


Text Example

White with #492705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492705; }

 p { color: rgb(73,39,5); }

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

background-color css

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

 a { background-color: rgb(73,39,5); }

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

border-color css

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

 span { border-color: rgb(73,39,5); }

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