Html Css Color HEX #71362F Mocha

📋 copy color: '#71362F'

red 113 ◦ green 54 ◦ blue 47

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

Shades of Mocha #71362F

Tints of Mocha #71362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.23%

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

R = 52.8%
G = 25.23%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71362F (or 0x71362F) is known color: Mocha. HEX triplet: 71, 36 and 2F. RGB value is (113,54,47). Sum of RGB (Red+Green+Blue) = 113+54+47=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71362F is #8EC9D0. Grayscale: #464646. Windows color (decimal): -9357777 or 3094129. OLE color: 3094129.

HSL color Cylindrical-coordinate representation of color #71362F: hue angle of 6.36º 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 #71362F is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 47 -
CMYK 0 0.52 0.58 0.56
HSL 6.36º 0.41% 0.31% -
HSV(B) 6.36º 0.58% 0.44% -
XYZ 8.64 6.35 3.46 -
YUV 70.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 113 54 47 0 0.52 0.58 0.56 6.36 0.41 0.31
Hex 71 36 2F 0 34 3A 38 6 29 1F
Octal 161 66 57 0 64 72 70 6 51 37
Binary 1110001 110110 101111 0 110100 111010 111000 110 101001 11111

Color Harmonies of #71362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71362F

Black with #71362F

Text Example


Text Example

White with #71362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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