Html Css Color HEX #71382E Mocha

📋 copy color: '#71382E'

red 113 ◦ green 56 ◦ blue 46

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

Shades of Mocha #71382E

Tints of Mocha #71382E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 52.56%
G = 26.05%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#71382E (or 0x71382E) is known color: Mocha. HEX triplet: 71, 38 and 2E. RGB value is (113,56,46). Sum of RGB (Red+Green+Blue) = 113+56+46=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71382E is #8EC7D1. Grayscale: #484848. Windows color (decimal): -9357266 or 3029105. OLE color: 3029105.

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

Color convert

RGB 113 56 46 -
CMYK 0 0.50 0.59 0.56
HSL 8.96º 0.42% 0.31% -
HSV(B) 8.96º 0.59% 0.44% -
XYZ 8.72 6.54 3.39 -
YUV 71.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 113 56 46 0 0.50 0.59 0.56 8.96 0.42 0.31
Hex 71 38 2E 0 32 3B 38 9 2A 1F
Octal 161 70 56 0 62 73 70 11 52 37
Binary 1110001 111000 101110 0 110010 111011 111000 1001 101010 11111

Color Harmonies of #71382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71382E

Black with #71382E

Text Example


Text Example

White with #71382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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