Html Css Color HEX #71280C Baker's Chocolate

📋 copy color: '#71280C'

red 113 ◦ green 40 ◦ blue 12

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

Shades of Baker's Chocolate #71280C

Tints of Baker's Chocolate #71280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.24%

 BLUE value IS 12 (5.08% from 255) = 7.27%

R = 68.48%
G = 24.24%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71280C (or 0x71280C) is known color: Baker's Chocolate. HEX triplet: 71, 28 and 0C. RGB value is (113,40,12). Sum of RGB (Red+Green+Blue) = 113+40+12=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71280C is #8ED7F3. Grayscale: #3A3A3A. Windows color (decimal): -9361396 or 796785. OLE color: 796785.

HSL color Cylindrical-coordinate representation of color #71280C: hue angle of 16.63º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71280C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 12 -
CMYK 0 0.65 0.89 0.56
HSL 16.63º 0.81% 0.25% -
HSV(B) 16.63º 0.89% 0.44% -
XYZ 7.64 5.05 0.92 -
YUV 58.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 113 40 12 0 0.65 0.89 0.56 16.63 0.81 0.25
Hex 71 28 C 0 41 59 38 11 51 19
Octal 161 50 14 0 101 131 70 21 121 31
Binary 1110001 101000 1100 0 1000001 1011001 111000 10001 1010001 11001

Color Harmonies of #71280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71280C

Black with #71280C

Text Example


Text Example

White with #71280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71280C; }

 p { color: rgb(113,40,12); }

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

background-color css

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

 a { background-color: rgb(113,40,12); }

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

border-color css

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

 span { border-color: rgb(113,40,12); }

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