Html Css Color HEX #743101 Baker's Chocolate

📋 copy color: '#743101'

red 116 ◦ green 49 ◦ blue 1

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

Shades of Baker's Chocolate #743101

Tints of Baker's Chocolate #743101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.52%

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

R = 69.88%
G = 29.52%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#743101 (or 0x743101) is known color: Baker's Chocolate. HEX triplet: 74, 31 and 01. RGB value is (116,49,1). Sum of RGB (Red+Green+Blue) = 116+49+1=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #743101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743101 is #8BCEFE. Grayscale: #3F3F3F. Windows color (decimal): -9162495 or 78196. OLE color: 78196.

HSL color Cylindrical-coordinate representation of color #743101: hue angle of 25.04º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #743101 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 49 1 -
CMYK 0 0.58 0.99 0.55
HSL 25.04º 0.98% 0.23% -
HSV(B) 25.04º 0.99% 0.45% -
XYZ 8.31 5.91 0.73 -
YUV 63.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 116 49 1 0 0.58 0.99 0.55 25.04 0.98 0.23
Hex 74 31 1 0 3A 63 37 19 62 17
Octal 164 61 1 0 72 143 67 31 142 27
Binary 1110100 110001 1 0 111010 1100011 110111 11001 1100010 10111

Color Harmonies of #743101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743101

Black with #743101

Text Example


Text Example

White with #743101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743101; }

 p { color: rgb(116,49,1); }

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

background-color css

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

 a { background-color: rgb(116,49,1); }

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

border-color css

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

 span { border-color: rgb(116,49,1); }

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