Html Css Color HEX #71270B Baker's Chocolate

📋 copy color: '#71270B'

red 113 ◦ green 39 ◦ blue 11

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

Shades of Baker's Chocolate #71270B

Tints of Baker's Chocolate #71270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.93%

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 69.33%
G = 23.93%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71270B (or 0x71270B) is known color: Baker's Chocolate. HEX triplet: 71, 27 and 0B. RGB value is (113,39,11). Sum of RGB (Red+Green+Blue) = 113+39+11=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #71270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71270B is #8ED8F4. Grayscale: #3A3A3A. Windows color (decimal): -9361653 or 730993. OLE color: 730993.

HSL color Cylindrical-coordinate representation of color #71270B: hue angle of 16.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71270B is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 11 -
CMYK 0 0.65 0.90 0.56
HSL 16.47º 0.82% 0.24% -
HSV(B) 16.47º 0.9% 0.44% -
XYZ 7.6 4.99 0.88 -
YUV 57.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 113 39 11 0 0.65 0.90 0.56 16.47 0.82 0.24
Hex 71 27 B 0 41 5A 38 10 52 18
Octal 161 47 13 0 101 132 70 20 122 30
Binary 1110001 100111 1011 0 1000001 1011010 111000 10000 1010010 11000

Color Harmonies of #71270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71270B

Black with #71270B

Text Example


Text Example

White with #71270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71270B; }

 p { color: rgb(113,39,11); }

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

background-color css

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

 a { background-color: rgb(113,39,11); }

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

border-color css

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

 span { border-color: rgb(113,39,11); }

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