Html Css Color HEX #71382D Mocha

📋 copy color: '#71382D'

red 113 ◦ green 56 ◦ blue 45

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

Shades of Mocha #71382D

Tints of Mocha #71382D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 52.8%
G = 26.17%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#71382D (or 0x71382D) is known color: Mocha. HEX triplet: 71, 38 and 2D. RGB value is (113,56,45). Sum of RGB (Red+Green+Blue) = 113+56+45=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71382D is #8EC7D2. Grayscale: #474747. Windows color (decimal): -9357267 or 2963569. OLE color: 2963569.

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

Color convert

RGB 113 56 45 -
CMYK 0 0.50 0.60 0.56
HSL 9.71º 0.43% 0.31% -
HSV(B) 9.71º 0.6% 0.44% -
XYZ 8.7 6.53 3.28 -
YUV 71.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 113 56 45 0 0.50 0.60 0.56 9.71 0.43 0.31
Hex 71 38 2D 0 32 3C 38 A 2B 1F
Octal 161 70 55 0 62 74 70 12 53 37
Binary 1110001 111000 101101 0 110010 111100 111000 1010 101011 11111

Color Harmonies of #71382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71382D

Black with #71382D

Text Example


Text Example

White with #71382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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