Html Css Color HEX #71382A Mocha

📋 copy color: '#71382A'

red 113 ◦ green 56 ◦ blue 42

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

Shades of Mocha #71382A

Tints of Mocha #71382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 53.55%
G = 26.54%
B = 19.91%

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

#71382A (or 0x71382A) is known color: Mocha. HEX triplet: 71, 38 and 2A. RGB value is (113,56,42). Sum of RGB (Red+Green+Blue) = 113+56+42=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71382A is #8EC7D5. Grayscale: #474747. Windows color (decimal): -9357270 or 2766961. OLE color: 2766961.

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

Color convert

RGB 113 56 42 -
CMYK 0 0.50 0.63 0.56
HSL 11.83º 0.46% 0.3% -
HSV(B) 11.83º 0.63% 0.44% -
XYZ 8.64 6.51 2.99 -
YUV 71.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 113 56 42 0 0.50 0.63 0.56 11.83 0.46 0.3
Hex 71 38 2A 0 32 3F 38 C 2E 1E
Octal 161 70 52 0 62 77 70 14 56 36
Binary 1110001 111000 101010 0 110010 111111 111000 1100 101110 11110

Color Harmonies of #71382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71382A

Black with #71382A

Text Example


Text Example

White with #71382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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