Html Css Color HEX #713103 Baker's Chocolate

📋 copy color: '#713103'

red 113 ◦ green 49 ◦ blue 3

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

Shades of Baker's Chocolate #713103

Tints of Baker's Chocolate #713103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 68.48%
G = 29.7%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#713103 (or 0x713103) is known color: Baker's Chocolate. HEX triplet: 71, 31 and 03. RGB value is (113,49,3). Sum of RGB (Red+Green+Blue) = 113+49+3=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #713103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713103 is #8ECEFC. Grayscale: #3F3F3F. Windows color (decimal): -9359101 or 209265. OLE color: 209265.

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

Color convert

RGB 113 49 3 -
CMYK 0 0.57 0.97 0.56
HSL 25.09º 0.95% 0.23% -
HSV(B) 25.09º 0.97% 0.44% -
XYZ 7.92 5.71 0.77 -
YUV 62.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 113 49 3 0 0.57 0.97 0.56 25.09 0.95 0.23
Hex 71 31 3 0 39 61 38 19 5F 17
Octal 161 61 3 0 71 141 70 31 137 27
Binary 1110001 110001 11 0 111001 1100001 111000 11001 1011111 10111

Color Harmonies of #713103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713103

Black with #713103

Text Example


Text Example

White with #713103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713103; }

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

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

background-color css

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

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

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

border-color css

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

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

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