Html Css Color HEX #71270A Baker's Chocolate

📋 copy color: '#71270A'

red 113 ◦ green 39 ◦ blue 10

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

Shades of Baker's Chocolate #71270A

Tints of Baker's Chocolate #71270A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 69.75%
G = 24.07%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71270A (or 0x71270A) is known color: Baker's Chocolate. HEX triplet: 71, 27 and 0A. RGB value is (113,39,10). Sum of RGB (Red+Green+Blue) = 113+39+10=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #71270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71270A is #8ED8F5. Grayscale: #3A3A3A. Windows color (decimal): -9361654 or 665457. OLE color: 665457.

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

Color convert

RGB 113 39 10 -
CMYK 0 0.65 0.91 0.56
HSL 16.89º 0.84% 0.24% -
HSV(B) 16.89º 0.91% 0.44% -
XYZ 7.59 4.98 0.85 -
YUV 57.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 113 39 10 0 0.65 0.91 0.56 16.89 0.84 0.24
Hex 71 27 A 0 41 5B 38 11 54 18
Octal 161 47 12 0 101 133 70 21 124 30
Binary 1110001 100111 1010 0 1000001 1011011 111000 10001 1010100 11000

Color Harmonies of #71270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71270A

Black with #71270A

Text Example


Text Example

White with #71270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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