Html Css Color HEX #713304 Baker's Chocolate

📋 copy color: '#713304'

red 113 ◦ green 51 ◦ blue 4

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

Shades of Baker's Chocolate #713304

Tints of Baker's Chocolate #713304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.36%

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

R = 67.26%
G = 30.36%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#713304 (or 0x713304) is known color: Baker's Chocolate. HEX triplet: 71, 33 and 04. RGB value is (113,51,4). Sum of RGB (Red+Green+Blue) = 113+51+4=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #713304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713304 is #8ECCFB. Grayscale: #404040. Windows color (decimal): -9358588 or 275313. OLE color: 275313.

HSL color Cylindrical-coordinate representation of color #713304: hue angle of 25.87º 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 #713304 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 4 -
CMYK 0 0.55 0.96 0.56
HSL 25.87º 0.93% 0.23% -
HSV(B) 25.87º 0.96% 0.44% -
XYZ 8.02 5.89 0.83 -
YUV 64.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 113 51 4 0 0.55 0.96 0.56 25.87 0.93 0.23
Hex 71 33 4 0 37 60 38 1A 5D 17
Octal 161 63 4 0 67 140 70 32 135 27
Binary 1110001 110011 100 0 110111 1100000 111000 11010 1011101 10111

Color Harmonies of #713304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713304

Black with #713304

Text Example


Text Example

White with #713304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713304; }

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

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

background-color css

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

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

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

border-color css

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

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

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