Html Css Color HEX #712C04 Baker's Chocolate

📋 copy color: '#712C04'

red 113 ◦ green 44 ◦ blue 4

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

Shades of Baker's Chocolate #712C04

Tints of Baker's Chocolate #712C04

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.33%

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 70.19%
G = 27.33%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#712C04 (or 0x712C04) is known color: Baker's Chocolate. HEX triplet: 71, 2C and 04. RGB value is (113,44,4). Sum of RGB (Red+Green+Blue) = 113+44+4=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #712C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712C04 is #8ED3FB. Grayscale: #3C3C3C. Windows color (decimal): -9360380 or 273521. OLE color: 273521.

HSL color Cylindrical-coordinate representation of color #712C04: hue angle of 22.02º degrees, saturation: 0.93, 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 #712C04 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 44 4 -
CMYK 0 0.61 0.96 0.56
HSL 22.02º 0.93% 0.23% -
HSV(B) 22.02º 0.96% 0.44% -
XYZ 7.73 5.32 0.73 -
YUV 60.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 113 44 4 0 0.61 0.96 0.56 22.02 0.93 0.23
Hex 71 2C 4 0 3D 60 38 16 5D 17
Octal 161 54 4 0 75 140 70 26 135 27
Binary 1110001 101100 100 0 111101 1100000 111000 10110 1011101 10111

Color Harmonies of #712C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C04

Black with #712C04

Text Example


Text Example

White with #712C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712C04; }

 p { color: rgb(113,44,4); }

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

background-color css

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

 a { background-color: rgb(113,44,4); }

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

border-color css

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

 span { border-color: rgb(113,44,4); }

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