Html Css Color HEX #71280D Baker's Chocolate

📋 copy color: '#71280D'

red 113 ◦ green 40 ◦ blue 13

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

Shades of Baker's Chocolate #71280D

Tints of Baker's Chocolate #71280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 68.07%
G = 24.1%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71280D (or 0x71280D) is known color: Baker's Chocolate. HEX triplet: 71, 28 and 0D. RGB value is (113,40,13). Sum of RGB (Red+Green+Blue) = 113+40+13=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #71280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71280D is #8ED7F2. Grayscale: #3A3A3A. Windows color (decimal): -9361395 or 862321. OLE color: 862321.

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

Color convert

RGB 113 40 13 -
CMYK 0 0.65 0.88 0.56
HSL 16.2º 0.79% 0.25% -
HSV(B) 16.2º 0.88% 0.44% -
XYZ 7.64 5.06 0.95 -
YUV 58.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 113 40 13 0 0.65 0.88 0.56 16.2 0.79 0.25
Hex 71 28 D 0 41 58 38 10 4F 19
Octal 161 50 15 0 101 130 70 20 117 31
Binary 1110001 101000 1101 0 1000001 1011000 111000 10000 1001111 11001

Color Harmonies of #71280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71280D

Black with #71280D

Text Example


Text Example

White with #71280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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