Html Css Color HEX #713307 Baker's Chocolate

📋 copy color: '#713307'

red 113 ◦ green 51 ◦ blue 7

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

Shades of Baker's Chocolate #713307

Tints of Baker's Chocolate #713307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.09%

R = 66.08%
G = 29.82%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#713307 (or 0x713307) is known color: Baker's Chocolate. HEX triplet: 71, 33 and 07. RGB value is (113,51,7). Sum of RGB (Red+Green+Blue) = 113+51+7=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #713307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713307 is #8ECCF8. Grayscale: #404040. Windows color (decimal): -9358585 or 471921. OLE color: 471921.

HSL color Cylindrical-coordinate representation of color #713307: hue angle of 24.91º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #713307 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 7 -
CMYK 0 0.55 0.94 0.56
HSL 24.91º 0.88% 0.24% -
HSV(B) 24.91º 0.94% 0.44% -
XYZ 8.03 5.89 0.92 -
YUV 64.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 113 51 7 0 0.55 0.94 0.56 24.91 0.88 0.24
Hex 71 33 7 0 37 5E 38 19 58 18
Octal 161 63 7 0 67 136 70 31 130 30
Binary 1110001 110011 111 0 110111 1011110 111000 11001 1011000 11000

Color Harmonies of #713307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713307

Black with #713307

Text Example


Text Example

White with #713307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713307; }

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

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

background-color css

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

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

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

border-color css

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

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

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