Html Css Color HEX #71473C Bole

📋 copy color: '#71473C'

red 113 ◦ green 71 ◦ blue 60

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

Shades of Bole #71473C

Tints of Bole #71473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.1%

 BLUE value IS 60 (23.83% from 255) = 24.59%

R = 46.31%
G = 29.1%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71473C (or 0x71473C) is known color: Bole. HEX triplet: 71, 47 and 3C. RGB value is (113,71,60). Sum of RGB (Red+Green+Blue) = 113+71+60=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71473C is #8EB8C3. Grayscale: #525252. Windows color (decimal): -9353412 or 3950449. OLE color: 3950449.

HSL color Cylindrical-coordinate representation of color #71473C: hue angle of 12.45º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71473C is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 60 -
CMYK 0 0.37 0.47 0.56
HSL 12.45º 0.31% 0.34% -
HSV(B) 12.45º 0.47% 0.44% -
XYZ 9.88 8.34 5.36 -
YUV 82.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 113 71 60 0 0.37 0.47 0.56 12.45 0.31 0.34
Hex 71 47 3C 0 25 2F 38 C 1F 22
Octal 161 107 74 0 45 57 70 14 37 42
Binary 1110001 1000111 111100 0 100101 101111 111000 1100 11111 100010

Color Harmonies of #71473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71473C

Black with #71473C

Text Example


Text Example

White with #71473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71473C; }

 p { color: rgb(113,71,60); }

 H1.HeaderClassName
 {
   color: #71473C;
 }
 .AnyTagClassName
 {
   color: #71473C;
 }
</style>

background-color css

<style>
 a { background-color: #71473C; }

 a { background-color: rgb(113,71,60); }

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

border-color css

<style>
 span { border-color: #71473C; }

 span { border-color: rgb(113,71,60); }

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