Html Css Color HEX #712500 Baker's Chocolate

📋 copy color: '#712500'

red 113 ◦ green 37 ◦ blue 0

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

Shades of Baker's Chocolate #712500

Tints of Baker's Chocolate #712500

RGB

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

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

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

R = 75.33%
G = 24.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#712500 (or 0x712500) is known color: Baker's Chocolate. HEX triplet: 71, 25 and 00. RGB value is (113,37,0). Sum of RGB (Red+Green+Blue) = 113+37+0=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #712500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712500 is #8EDAFF. Grayscale: #373737. Windows color (decimal): -9362176 or 9585. OLE color: 9585.

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

Color convert

RGB 113 37 0 -
CMYK 0 0.67 1 0.56
HSL 19.65º 1% 0.22% -
HSV(B) 19.65º 1% 0.44% -
XYZ 7.47 4.83 0.54 -
YUV 55.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 113 37 0 0 0.67 1 0.56 19.65 1 0.22
Hex 71 25 0 0 43 64 38 14 64 16
Octal 161 45 0 0 103 144 70 24 144 26
Binary 1110001 100101 0 0 1000011 1100100 111000 10100 1100100 10110

Color Harmonies of #712500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712500

Black with #712500

Text Example


Text Example

White with #712500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712500; }

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

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

background-color css

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

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

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

border-color css

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

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

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