Html Css Color HEX #71392A Mocha

📋 copy color: '#71392A'

red 113 ◦ green 57 ◦ blue 42

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

Shades of Mocha #71392A

Tints of Mocha #71392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 53.3%
G = 26.89%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71392A (or 0x71392A) is known color: Mocha. HEX triplet: 71, 39 and 2A. RGB value is (113,57,42). Sum of RGB (Red+Green+Blue) = 113+57+42=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71392A is #8EC6D5. Grayscale: #484848. Windows color (decimal): -9357014 or 2767217. OLE color: 2767217.

HSL color Cylindrical-coordinate representation of color #71392A: hue angle of 12.68º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71392A is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 42 -
CMYK 0 0.50 0.63 0.56
HSL 12.68º 0.46% 0.3% -
HSV(B) 12.68º 0.63% 0.44% -
XYZ 8.69 6.6 3.01 -
YUV 72.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 113 57 42 0 0.50 0.63 0.56 12.68 0.46 0.3
Hex 71 39 2A 0 32 3F 38 D 2E 1E
Octal 161 71 52 0 62 77 70 15 56 36
Binary 1110001 111001 101010 0 110010 111111 111000 1101 101110 11110

Color Harmonies of #71392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71392A

Black with #71392A

Text Example


Text Example

White with #71392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,57,42); }

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

background-color css

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

 a { background-color: rgb(113,57,42); }

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

border-color css

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

 span { border-color: rgb(113,57,42); }

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