Html Css Color HEX #713104 Baker's Chocolate

📋 copy color: '#713104'

red 113 ◦ green 49 ◦ blue 4

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

Shades of Baker's Chocolate #713104

Tints of Baker's Chocolate #713104

RGB

 RED value IS 113 (44.53% from 255) = 68.07%

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

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

R = 68.07%
G = 29.52%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713104 (or 0x713104) is known color: Baker's Chocolate. HEX triplet: 71, 31 and 04. RGB value is (113,49,4). Sum of RGB (Red+Green+Blue) = 113+49+4=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #713104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713104 is #8ECEFB. Grayscale: #3F3F3F. Windows color (decimal): -9359100 or 274801. OLE color: 274801.

HSL color Cylindrical-coordinate representation of color #713104: hue angle of 24.77º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #713104 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 4 -
CMYK 0 0.57 0.96 0.56
HSL 24.77º 0.93% 0.23% -
HSV(B) 24.77º 0.96% 0.44% -
XYZ 7.93 5.72 0.8 -
YUV 63.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 113 49 4 0 0.57 0.96 0.56 24.77 0.93 0.23
Hex 71 31 4 0 39 60 38 19 5D 17
Octal 161 61 4 0 71 140 70 31 135 27
Binary 1110001 110001 100 0 111001 1100000 111000 11001 1011101 10111

Color Harmonies of #713104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713104

Black with #713104

Text Example


Text Example

White with #713104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713104; }

 p { color: rgb(113,49,4); }

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

background-color css

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

 a { background-color: rgb(113,49,4); }

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

border-color css

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

 span { border-color: rgb(113,49,4); }

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