Html Css Color HEX #712905 Baker's Chocolate

📋 copy color: '#712905'

red 113 ◦ green 41 ◦ blue 5

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

Shades of Baker's Chocolate #712905

Tints of Baker's Chocolate #712905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.79%

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

R = 71.07%
G = 25.79%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712905 (or 0x712905) is known color: Baker's Chocolate. HEX triplet: 71, 29 and 05. RGB value is (113,41,5). Sum of RGB (Red+Green+Blue) = 113+41+5=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #712905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712905 is #8ED6FA. Grayscale: #3A3A3A. Windows color (decimal): -9361147 or 338289. OLE color: 338289.

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

Color convert

RGB 113 41 5 -
CMYK 0 0.64 0.96 0.56
HSL 20º 0.92% 0.23% -
HSV(B) 20º 0.96% 0.44% -
XYZ 7.63 5.11 0.73 -
YUV 58.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 113 41 5 0 0.64 0.96 0.56 20 0.92 0.23
Hex 71 29 5 0 40 60 38 14 5C 17
Octal 161 51 5 0 100 140 70 24 134 27
Binary 1110001 101001 101 0 1000000 1100000 111000 10100 1011100 10111

Color Harmonies of #712905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712905

Black with #712905

Text Example


Text Example

White with #712905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712905; }

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

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

background-color css

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

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

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

border-color css

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

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

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