Html Css Color HEX #712505 Baker's Chocolate

📋 copy color: '#712505'

red 113 ◦ green 37 ◦ blue 5

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

Shades of Baker's Chocolate #712505

Tints of Baker's Chocolate #712505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.23%

R = 72.9%
G = 23.87%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712505 (or 0x712505) is known color: Baker's Chocolate. HEX triplet: 71, 25 and 05. RGB value is (113,37,5). Sum of RGB (Red+Green+Blue) = 113+37+5=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #712505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712505 is #8EDAFA. Grayscale: #383838. Windows color (decimal): -9362171 or 337265. OLE color: 337265.

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

Color convert

RGB 113 37 5 -
CMYK 0 0.67 0.96 0.56
HSL 17.78º 0.92% 0.23% -
HSV(B) 17.78º 0.96% 0.44% -
XYZ 7.5 4.84 0.68 -
YUV 56.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 113 37 5 0 0.67 0.96 0.56 17.78 0.92 0.23
Hex 71 25 5 0 43 60 38 12 5C 17
Octal 161 45 5 0 103 140 70 22 134 27
Binary 1110001 100101 101 0 1000011 1100000 111000 10010 1011100 10111

Color Harmonies of #712505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712505

Black with #712505

Text Example


Text Example

White with #712505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712505; }

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

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

background-color css

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

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

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

border-color css

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

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

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