Html Css Color HEX #742906 Baker's Chocolate

📋 copy color: '#742906'

red 116 ◦ green 41 ◦ blue 6

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

Shades of Baker's Chocolate #742906

Tints of Baker's Chocolate #742906

RGB

 RED value IS 116 (45.7% from 255) = 71.17%

 GREEN value IS 41 (16.41% from 255) = 25.15%

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 71.17%
G = 25.15%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#742906 (or 0x742906) is known color: Baker's Chocolate. HEX triplet: 74, 29 and 06. RGB value is (116,41,6). Sum of RGB (Red+Green+Blue) = 116+41+6=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #742906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742906 is #8BD6F9. Grayscale: #3B3B3B. Windows color (decimal): -9164538 or 403828. OLE color: 403828.

HSL color Cylindrical-coordinate representation of color #742906: hue angle of 19.09º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #742906 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 6 -
CMYK 0 0.65 0.95 0.55
HSL 19.09º 0.9% 0.24% -
HSV(B) 19.09º 0.95% 0.45% -
XYZ 8.03 5.31 0.77 -
YUV 59.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 116 41 6 0 0.65 0.95 0.55 19.09 0.9 0.24
Hex 74 29 6 0 41 5F 37 13 5A 18
Octal 164 51 6 0 101 137 67 23 132 30
Binary 1110100 101001 110 0 1000001 1011111 110111 10011 1011010 11000

Color Harmonies of #742906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742906

Black with #742906

Text Example


Text Example

White with #742906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742906; }

 p { color: rgb(116,41,6); }

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

background-color css

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

 a { background-color: rgb(116,41,6); }

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

border-color css

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

 span { border-color: rgb(116,41,6); }

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