Html Css Color HEX #712305 Baker's Chocolate

📋 copy color: '#712305'

red 113 ◦ green 35 ◦ blue 5

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

Shades of Baker's Chocolate #712305

Tints of Baker's Chocolate #712305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.88%

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

R = 73.86%
G = 22.88%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712305 (or 0x712305) is known color: Baker's Chocolate. HEX triplet: 71, 23 and 05. RGB value is (113,35,5). Sum of RGB (Red+Green+Blue) = 113+35+5=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #712305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712305 is #8EDCFA. Grayscale: #373737. Windows color (decimal): -9362683 or 336753. OLE color: 336753.

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

Color convert

RGB 113 35 5 -
CMYK 0 0.69 0.96 0.56
HSL 16.67º 0.92% 0.23% -
HSV(B) 16.67º 0.96% 0.44% -
XYZ 7.44 4.72 0.66 -
YUV 54.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 113 35 5 0 0.69 0.96 0.56 16.67 0.92 0.23
Hex 71 23 5 0 45 60 38 11 5C 17
Octal 161 43 5 0 105 140 70 21 134 27
Binary 1110001 100011 101 0 1000101 1100000 111000 10001 1011100 10111

Color Harmonies of #712305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712305

Black with #712305

Text Example


Text Example

White with #712305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712305; }

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

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

background-color css

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

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

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

border-color css

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

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

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