Html Css Color HEX #712400 Baker's Chocolate

📋 copy color: '#712400'

red 113 ◦ green 36 ◦ blue 0

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

Shades of Baker's Chocolate #712400

Tints of Baker's Chocolate #712400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.16%

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

R = 75.84%
G = 24.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#712400 (or 0x712400) is known color: Baker's Chocolate. HEX triplet: 71, 24 and 00. RGB value is (113,36,0). Sum of RGB (Red+Green+Blue) = 113+36+0=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #712400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712400 is #8EDBFF. Grayscale: #373737. Windows color (decimal): -9362432 or 9329. OLE color: 9329.

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

Color convert

RGB 113 36 0 -
CMYK 0 0.68 1 0.56
HSL 19.12º 1% 0.22% -
HSV(B) 19.12º 1% 0.44% -
XYZ 7.44 4.77 0.53 -
YUV 54.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 113 36 0 0 0.68 1 0.56 19.12 1 0.22
Hex 71 24 0 0 44 64 38 13 64 16
Octal 161 44 0 0 104 144 70 23 144 26
Binary 1110001 100100 0 0 1000100 1100100 111000 10011 1100100 10110

Color Harmonies of #712400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712400

Black with #712400

Text Example


Text Example

White with #712400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712400; }

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

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

background-color css

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

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

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

border-color css

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

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

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