Html Css Color HEX #712300 Baker's Chocolate

📋 copy color: '#712300'

red 113 ◦ green 35 ◦ blue 0

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

Shades of Baker's Chocolate #712300

Tints of Baker's Chocolate #712300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.35%
G = 23.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#712300 (or 0x712300) is known color: Baker's Chocolate. HEX triplet: 71, 23 and 00. RGB value is (113,35,0). Sum of RGB (Red+Green+Blue) = 113+35+0=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #712300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712300 is #8EDCFF. Grayscale: #363636. Windows color (decimal): -9362688 or 9073. OLE color: 9073.

HSL color Cylindrical-coordinate representation of color #712300: hue angle of 18.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #712300 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 0 -
CMYK 0 0.69 1 0.56
HSL 18.58º 1% 0.22% -
HSV(B) 18.58º 1% 0.44% -
XYZ 7.41 4.71 0.52 -
YUV 54.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 113 35 0 0 0.69 1 0.56 18.58 1 0.22
Hex 71 23 0 0 45 64 38 13 64 16
Octal 161 43 0 0 105 144 70 23 144 26
Binary 1110001 100011 0 0 1000101 1100100 111000 10011 1100100 10110

Color Harmonies of #712300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712300

Black with #712300

Text Example


Text Example

White with #712300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712300; }

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

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

background-color css

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

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

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

border-color css

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

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

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