Html Css Color HEX #712401 Baker's Chocolate

📋 copy color: '#712401'

red 113 ◦ green 36 ◦ blue 1

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

Shades of Baker's Chocolate #712401

Tints of Baker's Chocolate #712401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 75.33%
G = 24%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#712401 (or 0x712401) is known color: Baker's Chocolate. HEX triplet: 71, 24 and 01. RGB value is (113,36,1). Sum of RGB (Red+Green+Blue) = 113+36+1=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #712401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712401 is #8EDBFE. Grayscale: #373737. Windows color (decimal): -9362431 or 74865. OLE color: 74865.

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

Color convert

RGB 113 36 1 -
CMYK 0 0.68 0.99 0.56
HSL 18.75º 0.98% 0.22% -
HSV(B) 18.75º 0.99% 0.44% -
XYZ 7.45 4.77 0.56 -
YUV 55.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 113 36 1 0 0.68 0.99 0.56 18.75 0.98 0.22
Hex 71 24 1 0 44 63 38 13 62 16
Octal 161 44 1 0 104 143 70 23 142 26
Binary 1110001 100100 1 0 1000100 1100011 111000 10011 1100010 10110

Color Harmonies of #712401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712401

Black with #712401

Text Example


Text Example

White with #712401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712401; }

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

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

background-color css

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

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

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

border-color css

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

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

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