Html Css Color HEX #742404 Baker's Chocolate

📋 copy color: '#742404'

red 116 ◦ green 36 ◦ blue 4

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

Shades of Baker's Chocolate #742404

Tints of Baker's Chocolate #742404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.56%

R = 74.36%
G = 23.08%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#742404 (or 0x742404) is known color: Baker's Chocolate. HEX triplet: 74, 24 and 04. RGB value is (116,36,4). Sum of RGB (Red+Green+Blue) = 116+36+4=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #742404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742404 is #8BDBFB. Grayscale: #383838. Windows color (decimal): -9165820 or 271476. OLE color: 271476.

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

Color convert

RGB 116 36 4 -
CMYK 0 0.69 0.97 0.55
HSL 17.14º 0.93% 0.24% -
HSV(B) 17.14º 0.97% 0.45% -
XYZ 7.86 4.98 0.66 -
YUV 56.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 116 36 4 0 0.69 0.97 0.55 17.14 0.93 0.24
Hex 74 24 4 0 45 61 37 11 5D 18
Octal 164 44 4 0 105 141 67 21 135 30
Binary 1110100 100100 100 0 1000101 1100001 110111 10001 1011101 11000

Color Harmonies of #742404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742404

Black with #742404

Text Example


Text Example

White with #742404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742404; }

 p { color: rgb(116,36,4); }

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

background-color css

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

 a { background-color: rgb(116,36,4); }

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

border-color css

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

 span { border-color: rgb(116,36,4); }

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