Html Css Color HEX #71493D Bole

📋 copy color: '#71493D'

red 113 ◦ green 73 ◦ blue 61

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

Shades of Bole #71493D

Tints of Bole #71493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.55%

 BLUE value IS 61 (24.22% from 255) = 24.7%

R = 45.75%
G = 29.55%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71493D (or 0x71493D) is known color: Bole. HEX triplet: 71, 49 and 3D. RGB value is (113,73,61). Sum of RGB (Red+Green+Blue) = 113+73+61=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71493D is #8EB6C2. Grayscale: #535353. Windows color (decimal): -9352899 or 4016497. OLE color: 4016497.

HSL color Cylindrical-coordinate representation of color #71493D: hue angle of 13.85º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71493D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 61 -
CMYK 0 0.35 0.46 0.56
HSL 13.85º 0.3% 0.34% -
HSV(B) 13.85º 0.46% 0.44% -
XYZ 10.03 8.61 5.55 -
YUV 83.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 113 73 61 0 0.35 0.46 0.56 13.85 0.3 0.34
Hex 71 49 3D 0 23 2E 38 E 1E 22
Octal 161 111 75 0 43 56 70 16 36 42
Binary 1110001 1001001 111101 0 100011 101110 111000 1110 11110 100010

Color Harmonies of #71493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71493D

Black with #71493D

Text Example


Text Example

White with #71493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,73,61); }

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

background-color css

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

 a { background-color: rgb(113,73,61); }

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

border-color css

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

 span { border-color: rgb(113,73,61); }

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