Html Css Color HEX #71372A Mocha

📋 copy color: '#71372A'

red 113 ◦ green 55 ◦ blue 42

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

Shades of Mocha #71372A

Tints of Mocha #71372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

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

R = 53.81%
G = 26.19%
B = 20%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71372A (or 0x71372A) is known color: Mocha. HEX triplet: 71, 37 and 2A. RGB value is (113,55,42). Sum of RGB (Red+Green+Blue) = 113+55+42=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71372A is #8EC8D5. Grayscale: #464646. Windows color (decimal): -9357526 or 2766705. OLE color: 2766705.

HSL color Cylindrical-coordinate representation of color #71372A: hue angle of 10.99º 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 #71372A is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 42 -
CMYK 0 0.51 0.63 0.56
HSL 10.99º 0.46% 0.3% -
HSV(B) 10.99º 0.63% 0.44% -
XYZ 8.59 6.41 2.97 -
YUV 70.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 113 55 42 0 0.51 0.63 0.56 10.99 0.46 0.3
Hex 71 37 2A 0 33 3F 38 B 2E 1E
Octal 161 67 52 0 63 77 70 13 56 36
Binary 1110001 110111 101010 0 110011 111111 111000 1011 101110 11110

Color Harmonies of #71372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71372A

Black with #71372A

Text Example


Text Example

White with #71372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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