Html Css Color HEX #712507 Baker's Chocolate

📋 copy color: '#712507'

red 113 ◦ green 37 ◦ blue 7

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

Shades of Baker's Chocolate #712507

Tints of Baker's Chocolate #712507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 71.97%
G = 23.57%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#712507 (or 0x712507) is known color: Baker's Chocolate. HEX triplet: 71, 25 and 07. RGB value is (113,37,7). Sum of RGB (Red+Green+Blue) = 113+37+7=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #712507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712507 is #8EDAF8. Grayscale: #383838. Windows color (decimal): -9362169 or 468337. OLE color: 468337.

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

Color convert

RGB 113 37 7 -
CMYK 0 0.67 0.94 0.56
HSL 16.98º 0.88% 0.24% -
HSV(B) 16.98º 0.94% 0.44% -
XYZ 7.51 4.85 0.74 -
YUV 56.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 113 37 7 0 0.67 0.94 0.56 16.98 0.88 0.24
Hex 71 25 7 0 43 5E 38 11 58 18
Octal 161 45 7 0 103 136 70 21 130 30
Binary 1110001 100101 111 0 1000011 1011110 111000 10001 1011000 11000

Color Harmonies of #712507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712507

Black with #712507

Text Example


Text Example

White with #712507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712507; }

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

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

background-color css

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

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

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

border-color css

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

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

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