Html Css Color HEX #71382F Mocha

📋 copy color: '#71382F'

red 113 ◦ green 56 ◦ blue 47

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

Shades of Mocha #71382F

Tints of Mocha #71382F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 52.31%
G = 25.93%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71382F (or 0x71382F) is known color: Mocha. HEX triplet: 71, 38 and 2F. RGB value is (113,56,47). Sum of RGB (Red+Green+Blue) = 113+56+47=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #71382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71382F is #8EC7D0. Grayscale: #484848. Windows color (decimal): -9357265 or 3094641. OLE color: 3094641.

HSL color Cylindrical-coordinate representation of color #71382F: hue angle of 8.18º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71382F is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 47 -
CMYK 0 0.50 0.58 0.56
HSL 8.18º 0.41% 0.31% -
HSV(B) 8.18º 0.58% 0.44% -
XYZ 8.74 6.54 3.49 -
YUV 72.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 113 56 47 0 0.50 0.58 0.56 8.18 0.41 0.31
Hex 71 38 2F 0 32 3A 38 8 29 1F
Octal 161 70 57 0 62 72 70 10 51 37
Binary 1110001 111000 101111 0 110010 111010 111000 1000 101001 11111

Color Harmonies of #71382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71382F

Black with #71382F

Text Example


Text Example

White with #71382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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